Home
last modified time | relevance | path

Searched refs:nested_run_pending (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dnested.c2276 if (vmx->nested.nested_run_pending && in nested_vmx_calc_efer()
2516 if (vmx->nested.nested_run_pending) { in prepare_vmcs02_early()
2624 if (kvm_mpx_supported() && vmx->nested.nested_run_pending && in prepare_vmcs02_rare()
2721 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
2731 if (!vmx->nested.nested_run_pending || in prepare_vmcs02()
2737 if (kvm_mpx_supported() && (!vmx->nested.nested_run_pending || in prepare_vmcs02()
2750 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
3352 if (to_vmx(vcpu)->nested.nested_run_pending && in nested_vmx_check_guest_state()
3630 if (!vmx->nested.nested_run_pending || in nested_vmx_enter_non_root_mode()
3634 (!vmx->nested.nested_run_pending || in nested_vmx_enter_non_root_mode()
[all …]
H A Dvmx.h142 bool nested_run_pending; member
H A Dvmx.c5282 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_nmi_allowed()
5309 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_interrupt_allowed()
6121 if (vmx->nested.nested_run_pending) in vmx_unhandleable_emulation_required()
6805 if (KVM_BUG_ON(vmx->nested.nested_run_pending, vcpu->kvm)) in __vmx_handle_exit()
7733 if (vmx->nested.nested_run_pending && in vmx_vcpu_run()
7737 vmx->nested.nested_run_pending = 0; in vmx_vcpu_run()
8494 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_smi_allowed()
8539 vmx->nested.nested_run_pending = 1; in vmx_leave_smm()
/linux/arch/x86/kvm/svm/
H A Dnested.c1060 svm->nested.nested_run_pending = 1; in nested_svm_vmrun()
1069 svm->nested.nested_run_pending = 0; in nested_svm_vmrun()
1149 WARN_ON_ONCE(svm->nested.nested_run_pending); in nested_svm_vmexit()
1410 svm->nested.nested_run_pending = 0; in svm_leave_nested()
1595 bool block_nested_exceptions = svm->nested.nested_run_pending; in svm_check_nested_events()
1772 if (svm->nested.nested_run_pending) in svm_get_nested_state()
1909 svm->nested.nested_run_pending = in svm_set_nested_state()
H A Dsvm.c3864 if (svm->nested.nested_run_pending) in svm_nmi_allowed()
3906 if (svm->nested.nested_run_pending) in svm_interrupt_allowed()
4407 if (svm->nested.nested_run_pending && in svm_vcpu_run()
4411 svm->nested.nested_run_pending = 0; in svm_vcpu_run()
4770 if (svm->nested.nested_run_pending) in svm_smi_allowed()
4892 svm->nested.nested_run_pending = 1; in svm_leave_smm()
H A Dsvm.h200 bool nested_run_pending; member