Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h64 #define SVM_EXIT_SHUTDOWN 0x07f macro
207 { SVM_EXIT_SHUTDOWN, "shutdown" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsvm.h64 #define SVM_EXIT_SHUTDOWN 0x07f macro
207 { SVM_EXIT_SHUTDOWN, "shutdown" }, \
/openbmc/qemu/target/i386/tcg/
H A Dexcp_helper.c59 cpu_vmexit(env, SVM_EXIT_SHUTDOWN, 0, retaddr); /* does not return */ in check_exception()
/openbmc/qemu/target/i386/
H A Dsvm.h121 #define SVM_EXIT_SHUTDOWN 0x07f macro
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c110 GUEST_ASSERT_EQ(ctrl->exit_code, SVM_EXIT_SHUTDOWN); in l1_svm_code()
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c1176 nested_svm_simple_vmexit(to_svm(vcpu), SVM_EXIT_SHUTDOWN); in nested_svm_triple_fault()
H A Dsvm.c3323 [SVM_EXIT_SHUTDOWN] = shutdown_interception,