Searched refs:sys_reg_CRn (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | kvm_nested.h | 144 if (!(sys_reg_CRn(instr) == TLBI_CRn_XS || in kvm_supported_tlbi_s1e1_op() 145 (sys_reg_CRn(instr) == TLBI_CRn_nXS && in kvm_supported_tlbi_s1e1_op() 170 if (!(sys_reg_CRn(instr) == TLBI_CRn_XS || in kvm_supported_tlbi_s1e2_op() 171 (sys_reg_CRn(instr) == TLBI_CRn_nXS && in kvm_supported_tlbi_s1e2_op()
|
| H A D | sysreg.h | 48 #define sys_reg_CRn(id) (((id) >> CRn_shift) & CRn_mask) macro
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | sys_regs.h | 33 .CRn = sys_reg_CRn(reg), \ 240 CRn(sys_reg_CRn(reg)), CRm(sys_reg_CRm(reg)), \ 247 CRn(sys_reg_CRn(reg)), CRm(sys_reg_CRm(reg)), \
|
| H A D | trace_arm.h | 413 sys_reg_CRn(__entry->sysreg),
|
| H A D | sys_regs.c | 1673 sys_reg_CRn(encoding) == 0 && in is_feature_id_reg() 1695 sys_reg_CRn(id) == 0 && sys_reg_CRm(id) >= 1 && in is_vm_ftr_id_reg() 1709 sys_reg_CRn(id) == 0 && sys_reg_CRm(id) >= 1 && in is_aa32_id_reg() 3423 if (sys_reg_CRn(instr) == TLBI_CRn_nXS && in kvm_supported_tlbi_s12_op() 3461 if (sys_reg_CRn(instr) == TLBI_CRn_nXS && in kvm_supported_tlbi_ipas2_op() 5067 sys_reg_CRn(r), \
|
| H A D | emulate-nested.c | 2006 sys_reg_CRn(tc->encoding), sys_reg_CRm(tc->encoding), in print_nv_trap_error() 2009 sys_reg_CRn(tc->end), sys_reg_CRm(tc->end), in print_nv_trap_error() 2020 crn = sys_reg_CRn(encoding); in encoding_next()
|
| /linux-6.15/tools/testing/selftests/kvm/include/arm64/ |
| H A D | processor.h | 31 sys_reg_CRn(sys_reg_id), \
|
| /linux-6.15/tools/testing/selftests/kvm/arm64/ |
| H A D | set_id_regs.c | 400 sys_reg_CRn(encoding), sys_reg_CRm(encoding), \
|
| /linux-6.15/tools/arch/arm64/include/asm/ |
| H A D | sysreg.h | 48 #define sys_reg_CRn(id) (((id) >> CRn_shift) & CRn_mask) macro
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | cpufeature.c | 3896 sys_reg_CRn(id) == 0x0 && in is_emulated()
|