Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dnested.h26 enum nvmx_vmentry_status nested_vmx_enter_non_root_mode(struct kvm_vcpu *vcpu,
H A Dnested.c3497 enum nvmx_vmentry_status nested_vmx_enter_non_root_mode(struct kvm_vcpu *vcpu, in nested_vmx_enter_non_root_mode() function
3738 status = nested_vmx_enter_non_root_mode(vcpu, true); in nested_vmx_run()
6929 ret = nested_vmx_enter_non_root_mode(vcpu, false); in vmx_set_nested_state()
H A Dvmx.c8338 ret = nested_vmx_enter_non_root_mode(vcpu, false); in vmx_leave_smm()