/linux/arch/arm64/kvm/ |
H A D | sys_regs.h | 18 (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 D | sys_regs.c | 671 return &dbg->dbg_bvr[rd->CRm]; in demux_wb_reg() 673 return &dbg->dbg_bcr[rd->CRm]; in demux_wb_reg() 675 return &dbg->dbg_wvr[rd->CRm]; in demux_wb_reg() 677 return &dbg->dbg_wcr[rd->CRm]; in demux_wb_reg() 964 if (r->CRn == 9 && r->CRm == 13 && r->Op2 == 0) in get_pmu_evcntr() 969 idx = ((r->CRm & 3) << 3) | (r->Op2 & 7); in get_pmu_evcntr() 980 if (r->CRn == 9 && r->CRm == 13 && r->Op2 == 0) in set_pmu_evcntr() 985 idx = ((r->CRm & 3) << 3) | (r->Op2 & 7); in set_pmu_evcntr() 997 if (r->CRn == 9 && r->CRm == 13) { in access_pmu_evcntr() 1012 } 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/arch/arm64/include/asm/ |
H A D | kvm_nested.h | 140 u8 CRm = sys_reg_CRm(instr); in kvm_supported_tlbi_s1e1_op() local 151 if (CRm == TLBI_CRm_nROS && in kvm_supported_tlbi_s1e1_op() 155 if ((CRm == TLBI_CRm_RIS || CRm == TLBI_CRm_ROS || in kvm_supported_tlbi_s1e1_op() 156 CRm == TLBI_CRm_RNS) && in kvm_supported_tlbi_s1e1_op() 166 u8 CRm = sys_reg_CRm(instr); in kvm_supported_tlbi_s1e2_op() local 177 if (CRm == TLBI_CRm_IPAIS || CRm == TLBI_CRm_IPAONS) in kvm_supported_tlbi_s1e2_op() 180 if (CRm == TLBI_CRm_nROS && in kvm_supported_tlbi_s1e2_op() 184 if ((CRm == TLBI_CRm_RIS || CRm == TLBI_CRm_ROS || in kvm_supported_tlbi_s1e2_op() 185 CRm == TLBI_CRm_RNS) && in kvm_supported_tlbi_s1e2_op()
|
H A D | sysreg.h | 116 #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 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/hyp/nvhe/ |
H A D | sys_regs.c | 353 Op0(3), Op1(0), CRn(0), CRm(crm), Op2(op2), \
|
/linux/tools/arch/arm64/include/asm/ |
H A D | sysreg.h | 115 #define __SYS_BARRIER_INSN(CRm, op2, Rt) \ argument 116 __emit_inst(0xd5000000 | sys_insn(0, 3, 3, (CRm), (op2)) | ((Rt) & 0x1f))
|
/linux/Documentation/arch/arm64/ |
H A D | cpu-feature-registers.rst | 96 Op0=3, Op1=0, CRn=0, CRm=0,2,3,4,5,6,7
|
/linux/Documentation/virt/kvm/devices/ |
H A D | arm-vgic-v3.rst | 211 | Op 0 | Op1 | CRn | CRm | Op2 |
|
/linux/Documentation/virt/kvm/ |
H A D | api.rst | 6281 op0==3, op1=={0, 1, 3}, CRn==0, CRm=={0-7}, op2=={0-7}.
|