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

/linux-master/arch/x86/kvm/vmx/
H A Dnested.h11 * Status returned by nested_vmx_enter_non_root_mode():
26 enum nvmx_vmentry_status nested_vmx_enter_non_root_mode(struct kvm_vcpu *vcpu,
H A Dnested.c3427 enum nvmx_vmentry_status nested_vmx_enter_non_root_mode(struct kvm_vcpu *vcpu, function
3672 status = nested_vmx_enter_non_root_mode(vcpu, true);
3688 * Must happen outside of nested_vmx_enter_non_root_mode() as it will
6750 ret = nested_vmx_enter_non_root_mode(vcpu, false);
H A Dvmx.c8213 ret = nested_vmx_enter_non_root_mode(vcpu, false);

Completed in 180 milliseconds