Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h51 #define EXIT_REASON_VMPTRST 22 macro
115 { EXIT_REASON_VMPTRST, "VMPTRST" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvmx.h51 #define EXIT_REASON_VMPTRST 22 macro
115 { EXIT_REASON_VMPTRST, "VMPTRST" }, \
/openbmc/qemu/target/i386/hvf/
H A Dvmcs.h247 #define EXIT_REASON_VMPTRST 22 macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c6328 case EXIT_REASON_VMPTRST: case EXIT_REASON_VMRESUME: in nested_vmx_l1_wants_exit()
7129 exit_handlers[EXIT_REASON_VMPTRST] = handle_vmptrst; in nested_vmx_hardware_setup()
H A Dvmx.c6117 [EXIT_REASON_VMPTRST] = handle_vmx_instruction,