Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dsys_regs.h18 (u32)(x)->CRn, (u32)(x)->CRm, (u32)(x)->Op2)
24 u8 CRm; member
34 .CRm = sys_reg_CRm(reg), \
41 .CRm = ((esr) >> 1) & 0xf, \
48 .CRm = ((esr) >> 1) & 0xf, \
66 u8 CRm; member
111 p->Op0, p->Op1, p->CRn, p->CRm, p->Op2, str_write_read(p->is_write)); in print_sys_reg_msg()
193 if (i1->CRm != i2->CRm) in cmp_sys_reg()
194 return i1->CRm - i2->CRm; in cmp_sys_reg()
234 #define CRm(_x) .CRm = _x macro
[all …]
H A Dsys_regs.c811 return &dbg->dbg_bvr[rd->CRm]; in demux_wb_reg()
813 return &dbg->dbg_bcr[rd->CRm]; in demux_wb_reg()
815 return &dbg->dbg_wvr[rd->CRm]; in demux_wb_reg()
817 return &dbg->dbg_wcr[rd->CRm]; in demux_wb_reg()
1104 if (r->CRn == 9 && r->CRm == 13 && r->Op2 == 0) in get_pmu_evcntr()
1109 idx = ((r->CRm & 3) << 3) | (r->Op2 & 7); in get_pmu_evcntr()
1120 if (r->CRn == 9 && r->CRm == 13 && r->Op2 == 0) in set_pmu_evcntr()
1125 idx = ((r->CRm & 3) << 3) | (r->Op2 & 7); in set_pmu_evcntr()
1137 if (r->CRn == 9 && r->CRm == 13) { in access_pmu_evcntr()
1152 } 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,
H A Demulate-nested.c2358 encoding = sys_reg(sr->Op0, sr->Op1, sr->CRn, sr->CRm, sr->Op2); in populate_sysreg_config()
/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()
H A Dsysreg.h116 #define __SYS_BARRIER_INSN(op0, op1, CRn, CRm, op2, Rt) \ argument
118 sys_insn((op0), (op1), (CRn), (CRm), (op2)) | \
/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/hyp/nvhe/
H A Dsys_regs.c354 Op0(3), Op1(0), CRn(0), CRm(crm), Op2(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.rst6304 op0==3, op1=={0, 1, 3}, CRn==0, CRm=={0-7}, op2=={0-7}.