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

/linux-master/arch/x86/include/uapi/asm/
H A Dvmx.h85 #define EXIT_REASON_VMFUNC 59 macro
149 { EXIT_REASON_VMFUNC, "VMFUNC" }, \
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dvmx.h85 #define EXIT_REASON_VMFUNC 59 macro
149 { EXIT_REASON_VMFUNC, "VMFUNC" }, \
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c5973 * EXIT_REASON_VMFUNC as the exit reason.
6262 case EXIT_REASON_VMFUNC:
7148 exit_handlers[EXIT_REASON_VMFUNC] = handle_vmfunc;
H A Dvmx.c6161 [EXIT_REASON_VMFUNC] = handle_vmx_instruction,

Completed in 185 milliseconds