Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvmx.h276 #define EXIT_REASON_PAUSE_INSTRUCTION 40 macro
/arch/x86/kvm/
Dtrace.h215 { EXIT_REASON_PAUSE_INSTRUCTION, "PAUSE_INSTRUCTION" }, \
Dvmx.c5599 [EXIT_REASON_PAUSE_INSTRUCTION] = handle_pause,
5807 case EXIT_REASON_PAUSE_INSTRUCTION: in nested_vmx_exit_handled()