Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kvm/
Dhandle_exit.c271 case ARM_EXCEPTION_EL1_SERROR: in handle_exit()
313 if (exception_index == ARM_EXCEPTION_EL1_SERROR) in handle_exit_early()
/Linux-v4.19/arch/arm64/include/asm/
Dkvm_asm.h31 #define ARM_EXCEPTION_EL1_SERROR 1 macro
/Linux-v4.19/arch/arm64/kvm/hyp/
Dhyp-entry.S162 mov x0, #ARM_EXCEPTION_EL1_SERROR
Dswitch.c435 *exit_code = ARM_EXCEPTION_EL1_SERROR; in fixup_guest_exit()