Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.h27 enum nvmx_vmentry_status nested_vmx_enter_non_root_mode(struct kvm_vcpu *vcpu,
H A Dnested.c3606 enum nvmx_vmentry_status nested_vmx_enter_non_root_mode(struct kvm_vcpu *vcpu, in nested_vmx_enter_non_root_mode() function
3849 status = nested_vmx_enter_non_root_mode(vcpu, true); in nested_vmx_run()
7047 ret = nested_vmx_enter_non_root_mode(vcpu, false); in vmx_set_nested_state()
H A Dvmx.c8535 ret = nested_vmx_enter_non_root_mode(vcpu, false); in vmx_leave_smm()