Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dvmx.h49 #define EXIT_REASON_VMPTRST 22 macro
110 { EXIT_REASON_VMPTRST, "VMPTRST" }, \
/arch/x86/kvm/vmx/
Dnested.c5413 case EXIT_REASON_VMPTRST: case EXIT_REASON_VMRESUME: in nested_vmx_exit_reflected()
6063 exit_handlers[EXIT_REASON_VMPTRST] = handle_vmptrst, in nested_vmx_hardware_setup()
Dvmx.c5581 [EXIT_REASON_VMPTRST] = handle_vmx_instruction,