Home
last modified time | relevance | path

Searched refs:nested_run_pending (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c436 !to_vmx(vcpu)->nested.nested_run_pending) { in vmx_inject_page_fault_nested()
2153 if (vmx->nested.nested_run_pending && in nested_vmx_calc_efer()
2382 if (vmx->nested.nested_run_pending) { in prepare_vmcs02_early()
2463 if (kvm_mpx_supported() && vmx->nested.nested_run_pending && in prepare_vmcs02_rare()
2543 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
2551 if (kvm_mpx_supported() && (!vmx->nested.nested_run_pending || in prepare_vmcs02()
2564 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
3043 if (to_vmx(vcpu)->nested.nested_run_pending && in nested_vmx_check_guest_state()
3362 if (!vmx->nested.nested_run_pending || in nested_vmx_enter_non_root_mode()
3366 (!vmx->nested.nested_run_pending || in nested_vmx_enter_non_root_mode()
[all...]
H A Dvmx.h153 bool nested_run_pending; member
H A Dvmx.c4730 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_nmi_allowed()
4752 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_interrupt_allowed()
6102 WARN_ON_ONCE(vmx->nested.nested_run_pending); in vmx_handle_exit()
6942 vmx->nested.nested_run_pending = 0; in vmx_vcpu_run()
7715 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_smi_allowed()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c2154 if (vmx->nested.nested_run_pending && in nested_vmx_calc_efer()
2388 if (vmx->nested.nested_run_pending) { in prepare_vmcs02_early()
2469 if (kvm_mpx_supported() && vmx->nested.nested_run_pending && in prepare_vmcs02_rare()
2549 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
2557 if (kvm_mpx_supported() && (!vmx->nested.nested_run_pending || in prepare_vmcs02()
2570 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
3066 if (to_vmx(vcpu)->nested.nested_run_pending && in nested_vmx_check_guest_state()
3417 if (!vmx->nested.nested_run_pending || in nested_vmx_enter_non_root_mode()
3421 (!vmx->nested.nested_run_pending || in nested_vmx_enter_non_root_mode()
3626 vmx->nested.nested_run_pending in nested_vmx_run()
[all...]
H A Dvmx.h189 bool nested_run_pending; member
H A Dvmx.c5041 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_nmi_allowed()
5063 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_interrupt_allowed()
6436 if (KVM_BUG_ON(vmx->nested.nested_run_pending, vcpu->kvm)) in __vmx_handle_exit()
7412 if (vmx->nested.nested_run_pending && in vmx_vcpu_run()
7416 vmx->nested.nested_run_pending = 0; in vmx_vcpu_run()
8128 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_smi_allowed()
8169 vmx->nested.nested_run_pending = 1; in vmx_leave_smm()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dnested.c60 !svm->nested.nested_run_pending) { in svm_inject_page_fault_nested()
574 svm->nested.nested_run_pending = 1; in nested_svm_vmrun()
583 svm->nested.nested_run_pending = 0; in nested_svm_vmrun()
634 WARN_ON_ONCE(svm->nested.nested_run_pending); in nested_svm_vmexit()
794 svm->nested.nested_run_pending = 0; in svm_leave_nested()
1014 kvm_event_needs_reinjection(vcpu) || svm->nested.nested_run_pending; in svm_check_nested_events()
1121 if (svm->nested.nested_run_pending) in svm_get_nested_state()
H A Dsvm.h96 bool nested_run_pending; member
H A Dsvm.c3224 if (svm->nested.nested_run_pending) in svm_nmi_allowed()
3283 if (svm->nested.nested_run_pending) in svm_interrupt_allowed()
3652 svm->nested.nested_run_pending = 0; in svm_vcpu_run()
4019 if (svm->nested.nested_run_pending) in svm_smi_allowed()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dnested.c902 svm->nested.nested_run_pending = 1; in nested_svm_vmrun()
911 svm->nested.nested_run_pending = 0; in nested_svm_vmrun()
986 WARN_ON_ONCE(svm->nested.nested_run_pending); in nested_svm_vmexit()
1232 svm->nested.nested_run_pending = 0; in svm_leave_nested()
1428 bool block_nested_exceptions = svm->nested.nested_run_pending; in svm_check_nested_events()
1605 if (svm->nested.nested_run_pending) in svm_get_nested_state()
1744 svm->nested.nested_run_pending = in svm_set_nested_state()
H A Dsvm.h168 bool nested_run_pending; member
H A Dsvm.c3766 if (svm->nested.nested_run_pending) in svm_nmi_allowed()
3808 if (svm->nested.nested_run_pending) in svm_interrupt_allowed()
4222 if (svm->nested.nested_run_pending && in svm_vcpu_run()
4226 svm->nested.nested_run_pending = 0; in svm_vcpu_run()
4591 if (svm->nested.nested_run_pending) in svm_smi_allowed()
4709 svm->nested.nested_run_pending = 1; in svm_leave_smm()

Completed in 46 milliseconds