Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c6804 static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch);
6809 return nested_vmx_run(vcpu, true); in handle_vmlaunch()
6816 return nested_vmx_run(vcpu, false); in handle_vmresume()
9384 static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch) in nested_vmx_run() function