Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/uapi/asm/
Dsvm.h64 #define SVM_EXIT_SHUTDOWN 0x07f macro
208 { SVM_EXIT_SHUTDOWN, "shutdown" }, \
/linux-6.12.1/tools/arch/x86/include/uapi/asm/
Dsvm.h64 #define SVM_EXIT_SHUTDOWN 0x07f macro
208 { SVM_EXIT_SHUTDOWN, "shutdown" }, \
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dnested_exceptions_test.c108 GUEST_ASSERT_EQ(ctrl->exit_code, SVM_EXIT_SHUTDOWN); in l1_svm_code()
/linux-6.12.1/arch/x86/kvm/svm/
Dnested.c1178 nested_svm_simple_vmexit(to_svm(vcpu), SVM_EXIT_SHUTDOWN); in nested_svm_triple_fault()
Dsvm.c3337 [SVM_EXIT_SHUTDOWN] = shutdown_interception,