Home
last modified time | relevance | path

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

/linux-6.15/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
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
240 CRn(sys_reg_CRn(reg)), CRm(sys_reg_CRm(reg)), \
[all …]
H A Dsys_regs.c672 return &dbg->dbg_bvr[rd->CRm]; in demux_wb_reg()
674 return &dbg->dbg_bcr[rd->CRm]; in demux_wb_reg()
676 return &dbg->dbg_wvr[rd->CRm]; in demux_wb_reg()
678 return &dbg->dbg_wcr[rd->CRm]; in demux_wb_reg()
1152 if (r->CRm & 0x2) in access_pmovs()
3421 u8 CRm = sys_reg_CRm(instr); in kvm_supported_tlbi_s12_op() local
3427 if (CRm == TLBI_CRm_nROS && in kvm_supported_tlbi_s12_op()
3458 u8 CRm = sys_reg_CRm(instr); in kvm_supported_tlbi_ipas2_op() local
4329 params.CRm = (esr >> 1) & 0xf; in kvm_handle_cp_64()
4381 params->CRm = 3; in kvm_esr_cp10_id_to_sys64()
[all …]
H A Dtrace_handle_exit.h96 __field(u8, CRm)
108 __entry->CRm = reg->CRm;
115 __entry->CRm, __entry->Op2,
H A Demulate-nested.c2142 encoding = sys_reg(sr->Op0, sr->Op1, sr->CRn, sr->CRm, sr->Op2); in populate_sysreg_config()
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_nested.h138 u8 CRm = sys_reg_CRm(instr); in kvm_supported_tlbi_s1e1_op() local
149 if (CRm == TLBI_CRm_nROS && in kvm_supported_tlbi_s1e1_op()
153 if ((CRm == TLBI_CRm_RIS || CRm == TLBI_CRm_ROS || in kvm_supported_tlbi_s1e1_op()
154 CRm == TLBI_CRm_RNS) && in kvm_supported_tlbi_s1e1_op()
164 u8 CRm = sys_reg_CRm(instr); in kvm_supported_tlbi_s1e2_op() local
175 if (CRm == TLBI_CRm_IPAIS || CRm == TLBI_CRm_IPAONS) in kvm_supported_tlbi_s1e2_op()
178 if (CRm == TLBI_CRm_nROS && in kvm_supported_tlbi_s1e2_op()
182 if ((CRm == TLBI_CRm_RIS || CRm == TLBI_CRm_ROS || in kvm_supported_tlbi_s1e2_op()
183 CRm == TLBI_CRm_RNS) && in kvm_supported_tlbi_s1e2_op()
H A Dsysreg.h115 #define __SYS_BARRIER_INSN(CRm, op2, Rt) \ argument
116 __emit_inst(0xd5000000 | sys_insn(0, 3, 3, (CRm), (op2)) | ((Rt) & 0x1f))
/linux-6.15/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-6.15/tools/arch/arm64/include/asm/
H A Dsysreg.h115 #define __SYS_BARRIER_INSN(CRm, op2, Rt) \ argument
116 __emit_inst(0xd5000000 | sys_insn(0, 3, 3, (CRm), (op2)) | ((Rt) & 0x1f))
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c353 Op0(3), Op1(0), CRn(0), CRm(crm), Op2(op2), \
/linux-6.15/Documentation/arch/arm64/
H A Dcpu-feature-registers.rst95 Op0=3, Op1=0, CRn=0, CRm=0,2,3,4,5,6,7
/linux-6.15/Documentation/virt/kvm/devices/
H A Darm-vgic-v3.rst197 | Op 0 | Op1 | CRn | CRm | Op2 |
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst6257 op0==3, op1=={0, 1, 3}, CRn==0, CRm=={0-7}, op2=={0-7}.