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

/linux-master/arch/x86/include/uapi/asm/
H A Dsvm.h64 #define SVM_EXIT_SHUTDOWN 0x07f macro
207 { SVM_EXIT_SHUTDOWN, "shutdown" }, \
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dsvm.h64 #define SVM_EXIT_SHUTDOWN 0x07f macro
207 { SVM_EXIT_SHUTDOWN, "shutdown" }, \
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c110 GUEST_ASSERT_EQ(ctrl->exit_code, SVM_EXIT_SHUTDOWN);
/linux-master/arch/x86/kvm/svm/
H A Dnested.c1174 nested_svm_simple_vmexit(to_svm(vcpu), SVM_EXIT_SHUTDOWN); local
H A Dsvm.c3284 [SVM_EXIT_SHUTDOWN] = shutdown_interception,

Completed in 227 milliseconds