Searched refs:CRm (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_nested.h | 176 u8 CRm = sys_reg_CRm(instr); in kvm_supported_tlbi_s1e1_op() local 187 if (CRm == TLBI_CRm_nROS && in kvm_supported_tlbi_s1e1_op() 191 if ((CRm == TLBI_CRm_RIS || CRm == TLBI_CRm_ROS || in kvm_supported_tlbi_s1e1_op() 192 CRm == TLBI_CRm_RNS) && in kvm_supported_tlbi_s1e1_op() 202 u8 CRm = sys_reg_CRm(instr); in kvm_supported_tlbi_s1e2_op() local 213 if (CRm == TLBI_CRm_IPAIS || CRm == TLBI_CRm_IPAONS) in kvm_supported_tlbi_s1e2_op() 216 if (CRm == TLBI_CRm_nROS && in kvm_supported_tlbi_s1e2_op() 220 if ((CRm == TLBI_CRm_RIS || CRm == TLBI_CRm_ROS || in kvm_supported_tlbi_s1e2_op() 221 CRm == TLBI_CRm_RNS) && in kvm_supported_tlbi_s1e2_op()
|
| H A D | sysreg.h | 117 #define __SYS_BARRIER_INSN(op0, op1, CRn, CRm, op2, Rt) \ argument 119 sys_insn((op0), (op1), (CRn), (CRm), (op2)) | \
|
| /linux/arch/arm/include/asm/vdso/ |
| H A D | cp15.h | 14 #define __ACCESS_CP15(CRn, Op1, CRm, Op2) \ argument 15 "mrc", "mcr", __stringify(p15, Op1, %0, CRn, CRm, Op2), u32 16 #define __ACCESS_CP15_64(Op1, CRm) \ argument 17 "mrrc", "mcrr", __stringify(p15, Op1, %Q0, %R0, CRm), u64
|
| /linux/arch/arm64/kvm/ |
| H A D | sys_regs.c | 896 return &dbg->dbg_bvr[rd->CRm]; in demux_wb_reg() 898 return &dbg->dbg_bcr[rd->CRm]; in demux_wb_reg() 900 return &dbg->dbg_wvr[rd->CRm]; in demux_wb_reg() 902 return &dbg->dbg_wcr[rd->CRm]; in demux_wb_reg() 1189 if (r->CRn == 9 && r->CRm == 13 && r->Op2 == 0) in get_pmu_evcntr() 1194 idx = ((r->CRm & 3) << 3) | (r->Op2 & 7); in get_pmu_evcntr() 1205 if (r->CRn == 9 && r->CRm == 13 && r->Op2 == 0) in set_pmu_evcntr() 1210 idx = ((r->CRm & 3) << 3) | (r->Op2 & 7); in set_pmu_evcntr() 1222 if (r->CRn == 9 && r->CRm == 13) { in access_pmu_evcntr() 1237 } else if (r->CRn == 0 && r->CRm == 9) { in access_pmu_evcntr() [all …]
|
| H A D | trace_handle_exit.h | 96 __field(u8, CRm) 108 __entry->CRm = reg->CRm; 115 __entry->CRm, __entry->Op2,
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | arm-vgic-v3.rst | 212 | Op 0 | Op1 | CRn | CRm | Op2 |
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 6305 op0==3, op1=={0, 1, 3}, CRn==0, CRm=={0-7}, op2=={0-7}.
|