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

/linux-master/arch/x86/kvm/vmx/
H A Dnested.c3589 * nested_vmx_run() handles a nested entry, i.e., a VMLAUNCH or VMRESUME on L1
3592 static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch) function
5367 return nested_vmx_run(vcpu, true);
5374 return nested_vmx_run(vcpu, false);

Completed in 108 milliseconds