Home
last modified time | relevance | path

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

/linux-5.19.10/tools/arch/x86/include/uapi/asm/
Dvmx.h49 #define EXIT_REASON_VMLAUNCH 20 macro
112 { EXIT_REASON_VMLAUNCH, "VMLAUNCH" }, \
/linux-5.19.10/arch/x86/include/uapi/asm/
Dvmx.h49 #define EXIT_REASON_VMLAUNCH 20 macro
112 { EXIT_REASON_VMLAUNCH, "VMLAUNCH" }, \
/linux-5.19.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h117 #define EXIT_REASON_VMLAUNCH 20 macro
/linux-5.19.10/arch/x86/kvm/vmx/
Dnested.c6060 case EXIT_REASON_VMLAUNCH: case EXIT_REASON_VMPTRLD: in nested_vmx_l1_wants_exit()
6831 exit_handlers[EXIT_REASON_VMLAUNCH] = handle_vmlaunch; in nested_vmx_hardware_setup()
Dvmx.c5795 [EXIT_REASON_VMLAUNCH] = handle_vmx_instruction,