Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/uapi/asm/
Dvmx.h67 #define EXIT_REASON_PAUSE_INSTRUCTION 40 macro
130 { EXIT_REASON_PAUSE_INSTRUCTION, "PAUSE_INSTRUCTION" }, \
/Linux-v5.15/tools/arch/x86/include/uapi/asm/
Dvmx.h67 #define EXIT_REASON_PAUSE_INSTRUCTION 40 macro
130 { EXIT_REASON_PAUSE_INSTRUCTION, "PAUSE_INSTRUCTION" }, \
/Linux-v5.15/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h130 #define EXIT_REASON_PAUSE_INSTRUCTION 40 macro
/Linux-v5.15/arch/x86/kvm/vmx/
Dnested.c5998 case EXIT_REASON_PAUSE_INSTRUCTION: in nested_vmx_l1_wants_exit()
Dvmx.c5617 [EXIT_REASON_PAUSE_INSTRUCTION] = handle_pause,