Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dsys_regs.h32 .Op1 = sys_reg_Op1(reg), \
249 Op0(sys_reg_Op0(reg)), Op1(sys_reg_Op1(reg)), \
256 Op0(0), Op1(sys_reg_Op1(reg)), \
271 sys_reg_Op1(SYS_ ## r), \
H A Dtrace_arm.h412 sys_reg_Op1(__entry->sysreg),
H A Dsys_regs.c1848 (sys_reg_Op1(encoding) < 2 || sys_reg_Op1(encoding) == 3) && in is_feature_id_reg()
1870 return (sys_reg_Op0(id) == 3 && sys_reg_Op1(id) == 0 && in is_vm_ftr_id_reg()
1884 return (sys_reg_Op0(id) == 3 && sys_reg_Op1(id) == 0 && in is_aa32_id_reg()
5551 sys_reg_Op1(r), \
H A Demulate-nested.c2085 sys_reg_Op0(tc->encoding), sys_reg_Op1(tc->encoding), in print_nv_trap_error()
2088 sys_reg_Op0(tc->end), sys_reg_Op1(tc->end), in print_nv_trap_error()
2099 op1 = sys_reg_Op1(encoding); in encoding_next()
/linux/arch/arm64/include/asm/
H A Dkvm_nested.h178 sys_reg_Op1(instr) == TLBI_Op1_EL1)) in kvm_supported_tlbi_s1e1_op()
204 sys_reg_Op1(instr) == TLBI_Op1_EL2)) in kvm_supported_tlbi_s1e2_op()
H A Dsysreg.h48 #define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask) macro
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h30 sys_reg_Op1(sys_reg_id), \
/linux/tools/testing/selftests/kvm/arm64/
H A Dset_id_regs.c427 KVM_ARM_FEATURE_ID_RANGE_IDX(sys_reg_Op0(encoding), sys_reg_Op1(encoding), \
H A Dget-reg-list.c19 sys_reg_Op1(SYS_ ## r), \
H A Dvgic_init.c764 (sys_reg_Op1(r) << 11) | \
/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h47 #define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask) macro
/linux/arch/arm64/kernel/
H A Dcpufeature.c4082 sys_reg_Op1(id) == 0x0 && in is_emulated()