Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h48 #define EXIT_REASON_VMCLEAR 19 macro
112 { EXIT_REASON_VMCLEAR, "VMCLEAR" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvmx.h48 #define EXIT_REASON_VMCLEAR 19 macro
112 { EXIT_REASON_VMCLEAR, "VMCLEAR" }, \
/openbmc/qemu/target/i386/hvf/
H A Dvmcs.h244 #define EXIT_REASON_VMCLEAR 19 macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c6326 case EXIT_REASON_VMCALL: case EXIT_REASON_VMCLEAR: in nested_vmx_l1_wants_exit()
7126 exit_handlers[EXIT_REASON_VMCLEAR] = handle_vmclear; in nested_vmx_hardware_setup()
H A Dvmx.c6114 [EXIT_REASON_VMCLEAR] = handle_vmx_instruction,