Home
last modified time | relevance | path

Searched refs:EXIT_REASON_PAUSE_INSTRUCTION (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/x86/include/uapi/asm/
Dvmx.h64 #define EXIT_REASON_PAUSE_INSTRUCTION 40 macro
122 { EXIT_REASON_PAUSE_INSTRUCTION, "PAUSE_INSTRUCTION" }, \
/Linux-v4.19/tools/arch/x86/include/uapi/asm/
Dvmx.h64 #define EXIT_REASON_PAUSE_INSTRUCTION 40 macro
122 { EXIT_REASON_PAUSE_INSTRUCTION, "PAUSE_INSTRUCTION" }, \
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h135 #define EXIT_REASON_PAUSE_INSTRUCTION 40 macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c9400 [EXIT_REASON_PAUSE_INSTRUCTION] = handle_pause,
9728 case EXIT_REASON_PAUSE_INSTRUCTION: in nested_vmx_exit_reflected()