Home
last modified time | relevance | path

Searched refs:EXIT_REASON_VMFUNC (Results 1 – 4 of 4) sorted by relevance

/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h86 #define EXIT_REASON_VMFUNC 59 macro
151 { EXIT_REASON_VMFUNC, "VMFUNC" }, \
/linux/arch/x86/include/uapi/asm/
H A Dvmx.h86 #define EXIT_REASON_VMFUNC 59 macro
151 { EXIT_REASON_VMFUNC, "VMFUNC" }, \
/linux/arch/x86/kvm/vmx/
H A Dnested.c6146 * EXIT_REASON_VMFUNC as the exit reason. in handle_vmfunc()
6437 case EXIT_REASON_VMFUNC: in nested_vmx_l0_wants_exit()
7321 exit_handlers[EXIT_REASON_VMFUNC] = handle_vmfunc; in nested_vmx_hardware_setup()
H A Dvmx.c6059 [EXIT_REASON_VMFUNC] = handle_vmx_instruction,