Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c3502 * nested_vmx_run() handles a nested entry, i.e., a VMLAUNCH or VMRESUME on L1
3505 static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch) in nested_vmx_run() function
5091 return nested_vmx_run(vcpu, true); in handle_vmlaunch()
5098 return nested_vmx_run(vcpu, false); in handle_vmresume()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c3547 * nested_vmx_run() handles a nested entry, i.e., a VMLAUNCH or VMRESUME on L1
3550 static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch) in nested_vmx_run() function
5333 return nested_vmx_run(vcpu, true); in handle_vmlaunch()
5340 return nested_vmx_run(vcpu, false); in handle_vmresume()

Completed in 16 milliseconds