Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/
Dswitch.c189 [ESR_ELx_EC_PAC] = kvm_hyp_handle_ptrauth,
199 [ESR_ELx_EC_PAC] = kvm_hyp_handle_ptrauth,
/linux-6.1.9/tools/perf/arch/arm64/util/
Darm64_exception_types.h33 #define ESR_ELx_EC_PAC (0x09) /* EL2 and above */ macro
/linux-6.1.9/arch/arm64/kvm/hyp/vhe/
Dswitch.c113 [ESR_ELx_EC_PAC] = kvm_hyp_handle_ptrauth,
/linux-6.1.9/arch/arm64/kvm/
Dhandle_exit.c222 [ESR_ELx_EC_PAC] = kvm_handle_ptrauth,
/linux-6.1.9/arch/arm64/include/asm/
Desr.h22 #define ESR_ELx_EC_PAC (0x09) /* EL2 and above */ macro
/linux-6.1.9/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h427 ESR_ELx_EC(read_sysreg_el2(SYS_ESR)) == ESR_ELx_EC_PAC) in synchronize_vcpu_pstate()
/linux-6.1.9/arch/arm64/kernel/
Dtraps.c821 [ESR_ELx_EC_PAC] = "PAC",