Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/
H A Dsys_regs.h32 .Op1 = sys_reg_Op1(reg), \
239 Op0(sys_reg_Op0(reg)), Op1(sys_reg_Op1(reg)), \
246 Op0(0), Op1(sys_reg_Op1(reg)), \
H A Dtrace_arm.h412 sys_reg_Op1(__entry->sysreg),
H A Dsys_regs.c1672 (sys_reg_Op1(encoding) < 2 || sys_reg_Op1(encoding) == 3) && in is_feature_id_reg()
1694 return (sys_reg_Op0(id) == 3 && sys_reg_Op1(id) == 0 && in is_vm_ftr_id_reg()
1708 return (sys_reg_Op0(id) == 3 && sys_reg_Op1(id) == 0 && in is_aa32_id_reg()
5066 sys_reg_Op1(r), \
H A Demulate-nested.c2005 sys_reg_Op0(tc->encoding), sys_reg_Op1(tc->encoding), in print_nv_trap_error()
2008 sys_reg_Op0(tc->end), sys_reg_Op1(tc->end), in print_nv_trap_error()
2019 op1 = sys_reg_Op1(encoding); in encoding_next()
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_nested.h141 sys_reg_Op1(instr) == TLBI_Op1_EL1)) in kvm_supported_tlbi_s1e1_op()
167 sys_reg_Op1(instr) == TLBI_Op1_EL2)) in kvm_supported_tlbi_s1e2_op()
H A Dsysreg.h47 #define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask) macro
/linux-6.15/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h30 sys_reg_Op1(sys_reg_id), \
/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dset_id_regs.c399 KVM_ARM_FEATURE_ID_RANGE_IDX(sys_reg_Op0(encoding), sys_reg_Op1(encoding), \
/linux-6.15/tools/arch/arm64/include/asm/
H A Dsysreg.h47 #define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask) macro
/linux-6.15/arch/arm64/kernel/
H A Dcpufeature.c3897 sys_reg_Op1(id) == 0x0 && in is_emulated()