Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h67 #define EXIT_REASON_PAUSE_INSTRUCTION 40 macro
131 { EXIT_REASON_PAUSE_INSTRUCTION, "PAUSE_INSTRUCTION" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvmx.h67 #define EXIT_REASON_PAUSE_INSTRUCTION 40 macro
131 { EXIT_REASON_PAUSE_INSTRUCTION, "PAUSE_INSTRUCTION" }, \
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c6335 case EXIT_REASON_PAUSE_INSTRUCTION: in nested_vmx_l1_wants_exit()
H A Dvmx.c6133 [EXIT_REASON_PAUSE_INSTRUCTION] = handle_pause,