Home
last modified time | relevance | path

Searched refs:ARM_EXCEPTION_EL1_SERROR (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/tools/perf/arch/arm64/util/
Darm64_exception_types.h10 #define ARM_EXCEPTION_EL1_SERROR 1 macro
18 {ARM_EXCEPTION_EL1_SERROR, "SERROR" }, \
/linux-6.6.21/arch/arm64/kvm/
Dhandle_exit.c339 case ARM_EXCEPTION_EL1_SERROR: in handle_exit()
382 if (exception_index == ARM_EXCEPTION_EL1_SERROR) in handle_exit_early()
/linux-6.6.21/arch/arm64/include/asm/
Dkvm_asm.h20 #define ARM_EXCEPTION_EL1_SERROR 1 macro
28 {ARM_EXCEPTION_EL1_SERROR, "SERROR" }, \
/linux-6.6.21/arch/arm64/kvm/hyp/
Dhyp-entry.S90 mov x0, #ARM_EXCEPTION_EL1_SERROR
/linux-6.6.21/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h590 *exit_code = ARM_EXCEPTION_EL1_SERROR; in kvm_hyp_handle_dabt_low()