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

/arch/x86/kvm/
H A Dvmx.c190 * nested_vmx_run() will use the data here to build a vmcs02: a VMCS for the
1929 * set this bit of the shadow. Like in nested_vmx_run we need
6323 static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch);
6328 return nested_vmx_run(vcpu, true);
6335 return nested_vmx_run(vcpu, false);
8349 * nested_vmx_run() handles a nested entry, i.e., a VMLAUNCH or VMRESUME on L1
8352 static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch) function

Completed in 19 milliseconds