Searched refs:nested_run_pending (Results 1 – 6 of 6) sorted by relevance
2280 if (vmx->nested.nested_run_pending && in nested_vmx_calc_efer()2521 if (vmx->nested.nested_run_pending) { in prepare_vmcs02_early()2629 if (kvm_mpx_supported() && vmx->nested.nested_run_pending && in prepare_vmcs02_rare()2713 if (vmx->nested.nested_run_pending && in prepare_vmcs02()2723 if (!vmx->nested.nested_run_pending || in prepare_vmcs02()2729 if (kvm_mpx_supported() && (!vmx->nested.nested_run_pending || in prepare_vmcs02()2742 if (vmx->nested.nested_run_pending && in prepare_vmcs02()3330 if (to_vmx(vcpu)->nested.nested_run_pending && in nested_vmx_check_guest_state()3608 if (!vmx->nested.nested_run_pending || in nested_vmx_enter_non_root_mode()3612 (!vmx->nested.nested_run_pending || in nested_vmx_enter_non_root_mode()[all …]
148 bool nested_run_pending; member
5152 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_nmi_allowed()5179 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_interrupt_allowed()5961 if (vmx->nested.nested_run_pending) in vmx_unhandleable_emulation_required()6636 if (KVM_BUG_ON(vmx->nested.nested_run_pending, vcpu->kvm)) in __vmx_handle_exit()7542 if (vmx->nested.nested_run_pending && in vmx_vcpu_run()7546 vmx->nested.nested_run_pending = 0; in vmx_vcpu_run()8300 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_smi_allowed()8341 vmx->nested.nested_run_pending = 1; in vmx_leave_smm()
1007 svm->nested.nested_run_pending = 1; in nested_svm_vmrun()1016 svm->nested.nested_run_pending = 0; in nested_svm_vmrun()1097 WARN_ON_ONCE(svm->nested.nested_run_pending); in nested_svm_vmexit()1356 svm->nested.nested_run_pending = 0; in svm_leave_nested()1542 bool block_nested_exceptions = svm->nested.nested_run_pending; in svm_check_nested_events()1719 if (svm->nested.nested_run_pending) in svm_get_nested_state()1856 svm->nested.nested_run_pending = in svm_set_nested_state()
3781 if (svm->nested.nested_run_pending) in svm_nmi_allowed()3823 if (svm->nested.nested_run_pending) in svm_interrupt_allowed()4313 if (svm->nested.nested_run_pending && in svm_vcpu_run()4317 svm->nested.nested_run_pending = 0; in svm_vcpu_run()4666 if (svm->nested.nested_run_pending) in svm_smi_allowed()4784 svm->nested.nested_run_pending = 1; in svm_leave_smm()
199 bool nested_run_pending; member