Home
last modified time | relevance | path

Searched refs:SVM_EXIT_PAUSE (Results 1 – 3 of 3) sorted by relevance

/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h56 #define SVM_EXIT_PAUSE 0x077 macro
206 { SVM_EXIT_PAUSE, "pause" }, \
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_emulation_test.c24 .exit_reason = { SVM_EXIT_PAUSE,
/linux/arch/x86/kvm/svm/
H A Dsvm.c3374 [SVM_EXIT_PAUSE] = pause_interception, in dump_vmcb()
4795 [x86_intercept_pause] = PRE_EX(SVM_EXIT_PAUSE), in svm_check_intercept()
4890 case SVM_EXIT_PAUSE: