Home
last modified time | relevance | path

Searched refs:SVM_EXIT_SHUTDOWN (Results 1 – 3 of 3) sorted by relevance

/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h64 #define SVM_EXIT_SHUTDOWN 0x07f macro
214 { SVM_EXIT_SHUTDOWN, "shutdown" }, \
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c106 GUEST_ASSERT_EQ(ctrl->exit_code, SVM_EXIT_SHUTDOWN); in l1_svm_code()
/linux/arch/x86/kvm/svm/
H A Dsvm.c3395 [SVM_EXIT_SHUTDOWN] = shutdown_interception,