Searched refs:nested_vmx_enter_non_root_mode (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | nested.h | 10 * Status returned by nested_vmx_enter_non_root_mode(): 25 enum nvmx_vmentry_status nested_vmx_enter_non_root_mode(struct kvm_vcpu *vcpu,
|
H A D | nested.c | 3341 enum nvmx_vmentry_status nested_vmx_enter_non_root_mode(struct kvm_vcpu *vcpu, in nested_vmx_enter_non_root_mode() function 3579 status = nested_vmx_enter_non_root_mode(vcpu, true); in nested_vmx_run() 3595 * Must happen outside of nested_vmx_enter_non_root_mode() as it will in nested_vmx_run() 6395 ret = nested_vmx_enter_non_root_mode(vcpu, false); in vmx_set_nested_state()
|
H A D | vmx.c | 7745 ret = nested_vmx_enter_non_root_mode(vcpu, false); in vmx_pre_leave_smm()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | nested.h | 10 * Status returned by nested_vmx_enter_non_root_mode(): 25 enum nvmx_vmentry_status nested_vmx_enter_non_root_mode(struct kvm_vcpu *vcpu,
|
H A D | nested.c | 3385 enum nvmx_vmentry_status nested_vmx_enter_non_root_mode(struct kvm_vcpu *vcpu, in nested_vmx_enter_non_root_mode() function 3628 status = nested_vmx_enter_non_root_mode(vcpu, true); in nested_vmx_run() 3644 * Must happen outside of nested_vmx_enter_non_root_mode() as it will in nested_vmx_run() 6708 ret = nested_vmx_enter_non_root_mode(vcpu, false); in vmx_set_nested_state()
|
H A D | vmx.c | 8165 ret = nested_vmx_enter_non_root_mode(vcpu, false); in vmx_leave_smm()
|
Completed in 35 milliseconds