Home
last modified time | relevance | path

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

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