Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dvmx.h83 #define EXIT_REASON_VMFUNC 59 macro
144 { EXIT_REASON_VMFUNC, "VMFUNC" }, \
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dvmx.h83 #define EXIT_REASON_VMFUNC 59 macro
144 { EXIT_REASON_VMFUNC, "VMFUNC" }, \
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c5871 case EXIT_REASON_VMFUNC: in nested_vmx_l0_wants_exit()
6663 exit_handlers[EXIT_REASON_VMFUNC] = handle_vmfunc; in nested_vmx_hardware_setup()
H A Dvmx.c5800 [EXIT_REASON_VMFUNC] = handle_vmx_instruction,