HomeSort by relevance Sort by last modified time
    Searched refs:crn (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/uapi/asm-arm64/asm/
kvm.h 114 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) (KVM_REG_ARM64 | KVM_REG_ARM64_SYSREG | ARM64_SYS_REG_SHIFT_MASK(op0, OP0) | ARM64_SYS_REG_SHIFT_MASK(op1, OP1) | ARM64_SYS_REG_SHIFT_MASK(crn, CRN) | ARM64_SYS_REG_SHIFT_MASK(crm, CRM) | ARM64_SYS_REG_SHIFT_MASK(op2, OP2))
  /external/kernel-headers/original/uapi/asm-arm64/asm/
kvm.h 137 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \
141 ARM64_SYS_REG_SHIFT_MASK(crn, CRN) | \
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/asm/
kvm.h 114 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) (KVM_REG_ARM64 | KVM_REG_ARM64_SYSREG | ARM64_SYS_REG_SHIFT_MASK(op0, OP0) | ARM64_SYS_REG_SHIFT_MASK(op1, OP1) | ARM64_SYS_REG_SHIFT_MASK(crn, CRN) | ARM64_SYS_REG_SHIFT_MASK(crm, CRM) | ARM64_SYS_REG_SHIFT_MASK(op2, OP2))
  /bionic/libc/kernel/uapi/asm-arm/asm/
kvm.h 112 #define __ARM_CP15_REG(op1,crn,crm,op2) (KVM_REG_ARM | (15 << KVM_REG_ARM_COPROC_SHIFT) | ARM_CP15_REG_SHIFT_MASK(op1, OPC1) | ARM_CP15_REG_SHIFT_MASK(crn, 32_CRN) | ARM_CP15_REG_SHIFT_MASK(crm, CRM) | ARM_CP15_REG_SHIFT_MASK(op2, 32_OPC2))
  /external/kernel-headers/original/uapi/asm-arm/asm/
kvm.h 125 #define __ARM_CP15_REG(op1,crn,crm,op2) \
128 ARM_CP15_REG_SHIFT_MASK(crn, 32_CRN) | \
  /external/qemu/target-arm/
cpu.h 466 * Crn, Crm, opc1, opc2 fields
470 * (In this case crn and opc2 should be zero.)
472 #define ENCODE_CP_REG(cp, is64, crn, crm, opc1, opc2) \
473 (((cp) << 16) | ((is64) << 15) | ((crn) << 11) | \
510 * same (cp, is64, crn, crm, opc1, opc2) tuple: either the new or the
603 /* Location of register: coprocessor number and (crn,crm,opc1,opc2)
607 * callbacks will be passed an ARMCPRegInfo with the crn/crm/opc1/opc2
610 * For 64 bit registers, only crm and opc1 are relevant; crn and opc2
614 uint8_t crn; member in struct:ARMCPRegInfo
translate.c 6238 int crn = (insn >> 16) & 0xf; local
6298 int crn = (insn >> 16) & 0xf; local
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.h     [all...]
assembler-arm.cc     [all...]

Completed in 387 milliseconds