Searched refs:VMX_RUN_VMRESUME (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/x86/kvm/vmx/ | ||
A D | run_flags.h | 5 #define VMX_RUN_VMRESUME (1 << 0) macro |
A D | vmenter.S | 142 test $VMX_RUN_VMRESUME, %ebx |
A D | vmx.c | 922 flags |= VMX_RUN_VMRESUME; in __vmx_vcpu_run_flags() |
Completed in 20 milliseconds