Home
last modified time | relevance | path

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

/Linux-v6.6/tools/arch/x86/include/uapi/asm/
Dvmx.h67 #define EXIT_REASON_PAUSE_INSTRUCTION 40 macro
131 { EXIT_REASON_PAUSE_INSTRUCTION, "PAUSE_INSTRUCTION" }, \
/Linux-v6.6/arch/x86/include/uapi/asm/
Dvmx.h67 #define EXIT_REASON_PAUSE_INSTRUCTION 40 macro
131 { EXIT_REASON_PAUSE_INSTRUCTION, "PAUSE_INSTRUCTION" }, \
/Linux-v6.6/arch/x86/kvm/vmx/
Dnested.c6302 case EXIT_REASON_PAUSE_INSTRUCTION: in nested_vmx_l1_wants_exit()
Dvmx.c6117 [EXIT_REASON_PAUSE_INSTRUCTION] = handle_pause,