Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/
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)), \
Dtrace_arm.h412 sys_reg_Op1(__entry->sysreg),
Dsys_regs.c1586 (sys_reg_Op1(encoding) < 2 || sys_reg_Op1(encoding) == 3) && in is_feature_id_reg()
1601 return (sys_reg_Op0(id) == 3 && sys_reg_Op1(id) == 0 && in is_vm_ftr_id_reg()
1613 return (sys_reg_Op0(id) == 3 && sys_reg_Op1(id) == 0 && in is_aa32_id_reg()
4624 sys_reg_Op1(r), \
Demulate-nested.c1917 sys_reg_Op0(tc->encoding), sys_reg_Op1(tc->encoding), in print_nv_trap_error()
1920 sys_reg_Op0(tc->end), sys_reg_Op1(tc->end), in print_nv_trap_error()
1931 op1 = sys_reg_Op1(encoding); in encoding_next()
/linux-6.12.1/arch/arm64/include/asm/
Dkvm_nested.h140 sys_reg_Op1(instr) == TLBI_Op1_EL1)) in kvm_supported_tlbi_s1e1_op()
166 sys_reg_Op1(instr) == TLBI_Op1_EL2)) in kvm_supported_tlbi_s1e2_op()
Dsysreg.h47 #define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask) macro
/linux-6.12.1/tools/testing/selftests/kvm/include/aarch64/
Dprocessor.h28 sys_reg_Op1(sys_reg_id), \
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/
Dset_id_regs.c394 KVM_ARM_FEATURE_ID_RANGE_IDX(sys_reg_Op0(encoding), sys_reg_Op1(encoding), \
/linux-6.12.1/tools/arch/arm64/include/asm/
Dsysreg.h46 #define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask) macro
/linux-6.12.1/arch/arm64/kernel/
Dcpufeature.c3661 sys_reg_Op1(id) == 0x0 && in is_emulated()