Home
last modified time | relevance | path

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

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