Home
last modified time | relevance | path

Searched refs:ESR_ELx_EC_PAC (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c194 [ESR_ELx_EC_PAC] = kvm_hyp_handle_ptrauth,
205 [ESR_ELx_EC_PAC] = kvm_hyp_handle_ptrauth,
/openbmc/linux/tools/perf/arch/arm64/util/
H A Darm64_exception_types.h33 #define ESR_ELx_EC_PAC (0x09) /* EL2 and above */ macro
/openbmc/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c172 [ESR_ELx_EC_PAC] = kvm_hyp_handle_ptrauth,
/openbmc/linux/arch/arm64/kvm/
H A Dhandle_exit.c280 [ESR_ELx_EC_PAC] = kvm_handle_ptrauth,
/openbmc/linux/arch/arm64/include/asm/
H A Desr.h22 #define ESR_ELx_EC_PAC UL(0x09) /* EL2 and above */ macro
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h634 ESR_ELx_EC(read_sysreg_el2(SYS_ESR)) == ESR_ELx_EC_PAC) in synchronize_vcpu_pstate()
/openbmc/linux/arch/arm64/kernel/
H A Dtraps.c862 [ESR_ELx_EC_PAC] = "PAC",