Home
last modified time | relevance | path

Searched refs:CRm (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dkvm_nested.h175 u8 CRm = sys_reg_CRm(instr); in kvm_supported_tlbi_s1e1_op() local
186 if (CRm == TLBI_CRm_nROS && in kvm_supported_tlbi_s1e1_op()
190 if ((CRm == TLBI_CRm_RIS || CRm == TLBI_CRm_ROS || in kvm_supported_tlbi_s1e1_op()
191 CRm == TLBI_CRm_RNS) && in kvm_supported_tlbi_s1e1_op()
201 u8 CRm = sys_reg_CRm(instr); in kvm_supported_tlbi_s1e2_op() local
212 if (CRm == TLBI_CRm_IPAIS || CRm == TLBI_CRm_IPAONS) in kvm_supported_tlbi_s1e2_op()
215 if (CRm == TLBI_CRm_nROS && in kvm_supported_tlbi_s1e2_op()
219 if ((CRm == TLBI_CRm_RIS || CRm == TLBI_CRm_ROS || in kvm_supported_tlbi_s1e2_op()
220 CRm == TLBI_CRm_RNS) && in kvm_supported_tlbi_s1e2_op()
/linux/arch/arm/include/asm/vdso/
H A Dcp15.h14 #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 Dsys_regs.c896 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 Dtrace_handle_exit.h96 __field(u8, CRm)
108 __entry->CRm = reg->CRm;
115 __entry->CRm, __entry->Op2,
/linux/Documentation/virt/kvm/devices/
H A Darm-vgic-v3.rst212 | Op 0 | Op1 | CRn | CRm | Op2 |
/linux/Documentation/virt/kvm/
H A Dapi.rst6305 op0==3, op1=={0, 1, 3}, CRn==0, CRm=={0-7}, op2=={0-7}.