Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h49 #define EXIT_REASON_VMLAUNCH 20 macro
113 { EXIT_REASON_VMLAUNCH, "VMLAUNCH" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvmx.h49 #define EXIT_REASON_VMLAUNCH 20 macro
113 { EXIT_REASON_VMLAUNCH, "VMLAUNCH" }, \
/openbmc/qemu/target/i386/hvf/
H A Dvmcs.h245 #define EXIT_REASON_VMLAUNCH 20 macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c6327 case EXIT_REASON_VMLAUNCH: case EXIT_REASON_VMPTRLD: in nested_vmx_l1_wants_exit()
7127 exit_handlers[EXIT_REASON_VMLAUNCH] = handle_vmlaunch; in nested_vmx_hardware_setup()
H A Dvmx.c6115 [EXIT_REASON_VMLAUNCH] = handle_vmx_instruction,