Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dhandle_exit.c256 case ARM_EXCEPTION_EL1_SERROR: in handle_exit()
299 if (exception_index == ARM_EXCEPTION_EL1_SERROR) in handle_exit_early()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkvm_asm.h19 #define ARM_EXCEPTION_EL1_SERROR 1 macro
27 {ARM_EXCEPTION_EL1_SERROR, "SERROR" }, \
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dhyp-entry.S89 mov x0, #ARM_EXCEPTION_EL1_SERROR
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h489 *exit_code = ARM_EXCEPTION_EL1_SERROR; in fixup_guest_exit()