Searched refs:SVM_EXIT_SHUTDOWN (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 64 #define SVM_EXIT_SHUTDOWN 0x07f macro 207 { SVM_EXIT_SHUTDOWN, "shutdown" }, \
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 64 #define SVM_EXIT_SHUTDOWN 0x07f macro 207 { SVM_EXIT_SHUTDOWN, "shutdown" }, \
|
/openbmc/qemu/target/i386/tcg/ |
H A D | excp_helper.c | 59 cpu_vmexit(env, SVM_EXIT_SHUTDOWN, 0, retaddr); /* does not return */ in check_exception()
|
/openbmc/qemu/target/i386/ |
H A D | svm.h | 121 #define SVM_EXIT_SHUTDOWN 0x07f macro
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | nested_exceptions_test.c | 110 GUEST_ASSERT_EQ(ctrl->exit_code, SVM_EXIT_SHUTDOWN); in l1_svm_code()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | nested.c | 1176 nested_svm_simple_vmexit(to_svm(vcpu), SVM_EXIT_SHUTDOWN); in nested_svm_triple_fault()
|
H A D | svm.c | 3323 [SVM_EXIT_SHUTDOWN] = shutdown_interception,
|