Home
last modified time | relevance | path

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

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