Home
last modified time | relevance | path

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

/arch/x86/kvm/svm/
Dnested.c62 !svm->nested.nested_run_pending) { in svm_inject_page_fault_nested()
685 svm->nested.nested_run_pending = 1; in nested_svm_vmrun()
694 svm->nested.nested_run_pending = 0; in nested_svm_vmrun()
766 WARN_ON_ONCE(svm->nested.nested_run_pending); in nested_svm_vmexit()
948 svm->nested.nested_run_pending = 0; in svm_leave_nested()
1133 kvm_event_needs_reinjection(vcpu) || svm->nested.nested_run_pending; in svm_check_nested_events()
1153 if (svm->nested.nested_run_pending) in svm_check_nested_events()
1247 if (svm->nested.nested_run_pending) in svm_get_nested_state()
1373 svm->nested.nested_run_pending = in svm_set_nested_state()
Dsvm.h120 bool nested_run_pending; member
Dsvm.c3484 if (svm->nested.nested_run_pending) in svm_nmi_allowed()
3543 if (svm->nested.nested_run_pending) in svm_interrupt_allowed()
3910 if (svm->nested.nested_run_pending && in svm_vcpu_run()
3914 svm->nested.nested_run_pending = 0; in svm_vcpu_run()
4320 if (svm->nested.nested_run_pending) in svm_smi_allowed()
4430 svm->nested.nested_run_pending = 1; in svm_leave_smm()
/arch/x86/kvm/vmx/
Dnested.c478 !to_vmx(vcpu)->nested.nested_run_pending) { in vmx_inject_page_fault_nested()
2120 if (vmx->nested.nested_run_pending && in nested_vmx_calc_efer()
2350 if (vmx->nested.nested_run_pending) { in prepare_vmcs02_early()
2431 if (kvm_mpx_supported() && vmx->nested.nested_run_pending && in prepare_vmcs02_rare()
2511 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
2519 if (kvm_mpx_supported() && (!vmx->nested.nested_run_pending || in prepare_vmcs02()
2532 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
3036 if (to_vmx(vcpu)->nested.nested_run_pending && in nested_vmx_check_guest_state()
3382 if (!vmx->nested.nested_run_pending || in nested_vmx_enter_non_root_mode()
3386 (!vmx->nested.nested_run_pending || in nested_vmx_enter_non_root_mode()
[all …]
Dvmx.h190 bool nested_run_pending; member
Dvmx.c4698 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_nmi_allowed()
4720 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_interrupt_allowed()
6015 if (KVM_BUG_ON(vmx->nested.nested_run_pending, vcpu->kvm)) in __vmx_handle_exit()
6905 if (vmx->nested.nested_run_pending && in vmx_vcpu_run()
6909 vmx->nested.nested_run_pending = 0; in vmx_vcpu_run()
7656 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_smi_allowed()
7690 vmx->nested.nested_run_pending = 1; in vmx_leave_smm()