| /linux/tools/arch/arm64/include/asm/ |
| H A D | esr.h | 217 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument 222 ((crm) << ESR_ELx_SYS64_ISS_CRM_SHIFT)) 333 #define ESR_ELx_CP15_32_ISS_SYS_VAL(op1, op2, crn, crm) \ argument 337 ((crm) << ESR_ELx_CP15_32_ISS_CRM_SHIFT)) 354 #define ESR_ELx_CP15_64_ISS_SYS_VAL(op1, crm) \ argument 356 ((crm) << ESR_ELx_CP15_64_ISS_CRM_SHIFT))
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | get-reg-list.c | 214 unsigned op0, op1, crn, crm, op2; in print_reg() local 267 crm = (id & KVM_REG_ARM64_SYSREG_CRM_MASK) >> KVM_REG_ARM64_SYSREG_CRM_SHIFT; in print_reg() 269 TEST_ASSERT(id == ARM64_SYS_REG(op0, op1, crn, crm, op2), in print_reg() 271 printf("\tARM64_SYS_REG(%d, %d, %d, %d, %d),\n", op0, op1, crn, crm, op2); in print_reg()
|
| /linux/arch/m68k/include/asm/ |
| H A D | bvme6000hw.h | 39 pad_y[3], crm, member
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | sys_regs.c | 353 #define ID_UNALLOCATED(crm, op2) { \ argument 354 Op0(3), Op1(0), CRn(0), CRm(crm), Op2(op2), \
|
| /linux/arch/arm/include/asm/hardware/ |
| H A D | cp14.h | 17 #define MRC14(op1, crn, crm, op2) \ argument 20 asm volatile("mrc p14, "#op1", %0, "#crn", "#crm", "#op2 : "=r" (val)); \ 24 #define MCR14(val, op1, crn, crm, op2) \ argument 26 asm volatile("mcr p14, "#op1", %0, "#crn", "#crm", "#op2 : : "r" (val));\
|
| /linux/arch/arm64/include/asm/ |
| H A D | sysreg.h | 40 #define sys_reg(op0, op1, crn, crm, op2) \ argument 42 ((crn) << CRn_shift) | ((crm) << CRm_shift) | \ 427 #define SYS_AM_EL0(crm, op2) sys_reg(3, 3, 13, (crm), (op2)) argument
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | mb86a16.c | 636 int crm, afcm, AFCM; in freqerr_chk() local 646 crm = CRM - 256; in freqerr_chk() 648 crm = CRM; in freqerr_chk() 650 crrerr = smrt * crm / 256; in freqerr_chk()
|
| /linux/drivers/iommu/ |
| H A D | msm_iommu.c | 28 #define MRC(reg, processor, op1, crn, crm, op2) \ argument 30 " mrc " #processor "," #op1 ", %0," #crn "," #crm "," #op2 "\n" \
|
| /linux/arch/arm64/kvm/hyp/ |
| H A D | vgic-v3-sr.c | 549 u8 crm = (esr & ESR_ELx_SYS64_ISS_CRM_MASK) >> ESR_ELx_SYS64_ISS_CRM_SHIFT; in __vgic_v3_get_group() local 551 return crm != 8; in __vgic_v3_get_group()
|
| /linux/drivers/atm/ |
| H A D | iphase.c | 382 u8 trm, nrm, crm; in ia_open_abr_vc() local 428 crm = srv_p->tbe / nrm; in ia_open_abr_vc() 429 if (crm == 0) crm = 1; in ia_open_abr_vc() 430 f_abr_vc->f_crm = crm & 0xff; in ia_open_abr_vc()
|
| H A D | iphase.h | 244 crm:8; member
|
| /linux/arch/arm64/kvm/ |
| H A D | emulate-nested.c | 2087 u8 op0, op1, crn, crm, op2; in encoding_next() local 2092 crm = sys_reg_CRm(encoding); in encoding_next() 2096 return sys_reg(op0, op1, crn, crm, op2 + 1); in encoding_next() 2097 if (crm < CRm_mask) in encoding_next() 2098 return sys_reg(op0, op1, crn, crm + 1, 0); in encoding_next()
|
| H A D | sys_regs.c | 2642 #define ID_UNALLOCATED(crm, op2) { \ argument 2643 .name = "S3_0_0_" #crm "_" #op2, \ 2644 Op0(3), Op1(0), CRn(0), CRm(crm), Op2(op2), \
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 2548 0x4020 0000 000F <zero:1> <crn:4> <crm:4> <opc1:4> <opc2:3> 2552 0x4030 0000 000F <zero:1> <zero:4> <crm:4> <opc1:4> <zero:3> 2621 0x6030 0000 0013 <op0:2> <op1:3> <crn:4> <crm:4> <op2:3> 6307 ``ARM64_FEATURE_ID_RANGE_IDX(op0, op1, crn, crm, op2)``, allowing userspace 6309 ``op0, op1, crn, crm, op2``. KVM rejects ID register values that describe a
|