Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dsvm.h64 #define SVM_EXIT_SHUTDOWN 0x07f macro
210 { SVM_EXIT_SHUTDOWN, "shutdown" }, \
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h64 #define SVM_EXIT_SHUTDOWN 0x07f macro
210 { SVM_EXIT_SHUTDOWN, "shutdown" }, \
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c109 GUEST_ASSERT_EQ(ctrl->exit_code, SVM_EXIT_SHUTDOWN); in l1_svm_code()
/linux/arch/x86/kvm/svm/
H A Dnested.c1281 nested_svm_simple_vmexit(to_svm(vcpu), SVM_EXIT_SHUTDOWN); in nested_svm_triple_fault()
H A Dsvm.c3257 [SVM_EXIT_SHUTDOWN] = shutdown_interception,