Searched refs:sys_reg_CRn (Results 1 – 11 of 11) sorted by relevance
| /linux/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)), \ 262 sys_reg_CRn(SYS_ ## r), \
|
| H A D | trace_arm.h | 413 sys_reg_CRn(__entry->sysreg),
|
| H A D | sys_regs.c | 1846 sys_reg_CRn(encoding) == 0 && in is_feature_id_reg() 1868 sys_reg_CRn(id) == 0 && sys_reg_CRm(id) >= 1 && in is_vm_ftr_id_reg() 1882 sys_reg_CRn(id) == 0 && sys_reg_CRm(id) >= 1 && in is_aa32_id_reg() 3828 if (sys_reg_CRn(instr) == TLBI_CRn_nXS && in kvm_supported_tlbi_s12_op() 3866 if (sys_reg_CRn(instr) == TLBI_CRn_nXS && in kvm_supported_tlbi_ipas2_op() 5517 sys_reg_CRn(r), \
|
| H A D | emulate-nested.c | 2077 sys_reg_CRn(tc->encoding), sys_reg_CRm(tc->encoding), in print_nv_trap_error() 2080 sys_reg_CRn(tc->end), sys_reg_CRm(tc->end), in print_nv_trap_error() 2091 crn = sys_reg_CRn(encoding); in encoding_next()
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_nested.h | 181 if (!(sys_reg_CRn(instr) == TLBI_CRn_XS || in kvm_supported_tlbi_s1e1_op() 182 (sys_reg_CRn(instr) == TLBI_CRn_nXS && in kvm_supported_tlbi_s1e1_op() 207 if (!(sys_reg_CRn(instr) == TLBI_CRn_XS || in kvm_supported_tlbi_s1e2_op() 208 (sys_reg_CRn(instr) == TLBI_CRn_nXS && in kvm_supported_tlbi_s1e2_op()
|
| H A D | sysreg.h | 49 #define sys_reg_CRn(id) (((id) >> CRn_shift) & CRn_mask) macro
|
| /linux/tools/testing/selftests/kvm/include/arm64/ |
| H A D | processor.h | 31 sys_reg_CRn(sys_reg_id), \
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | set_id_regs.c | 429 sys_reg_CRn(encoding), sys_reg_CRm(encoding), \
|
| H A D | vgic_init.c | 765 (sys_reg_CRn(r) << 7) | \
|
| H A D | get-reg-list.c | 20 sys_reg_CRn(SYS_ ## r), \
|
| /linux/arch/arm64/kernel/ |
| H A D | cpufeature.c | 4050 sys_reg_CRn(id) == 0x0 && in is_emulated()
|