Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dnested.c2241 if (vmx->nested.nested_run_pending && in nested_vmx_calc_efer()
2491 if (vmx->nested.nested_run_pending) { in prepare_vmcs02_early()
2653 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
2674 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
3736 vmx->nested.nested_run_pending = 1; in nested_vmx_run()
3768 vmx->nested.nested_run_pending = 0; in nested_vmx_run()
3773 vmx->nested.nested_run_pending = 0; in nested_vmx_run()
3783 vmx->nested.nested_run_pending = 0; in nested_vmx_run()
4570 !vmx->nested.nested_run_pending) in sync_vmcs02_to_vmcs12()
6887 vmx->nested.nested_run_pending = in vmx_set_nested_state()
[all …]
H A Dvmx.h189 bool nested_run_pending; member
H A Dvmx.c5081 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_nmi_allowed()
5108 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_interrupt_allowed()
5916 if (vmx->nested.nested_run_pending) in vmx_unhandleable_emulation_required()
6549 if (KVM_BUG_ON(vmx->nested.nested_run_pending, vcpu->kvm)) in __vmx_handle_exit()
7531 if (vmx->nested.nested_run_pending && in vmx_vcpu_run()
7535 vmx->nested.nested_run_pending = 0; in vmx_vcpu_run()
8301 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_smi_allowed()
8342 vmx->nested.nested_run_pending = 1; in vmx_leave_smm()
/linux-6.15/arch/x86/kvm/svm/
H A Dnested.c908 svm->nested.nested_run_pending = 1; in nested_svm_vmrun()
917 svm->nested.nested_run_pending = 0; in nested_svm_vmrun()
992 WARN_ON_ONCE(svm->nested.nested_run_pending); in nested_svm_vmexit()
1238 svm->nested.nested_run_pending = 0; in svm_leave_nested()
1434 bool block_nested_exceptions = svm->nested.nested_run_pending; in svm_check_nested_events()
1611 if (svm->nested.nested_run_pending) in svm_get_nested_state()
1750 svm->nested.nested_run_pending = in svm_set_nested_state()
H A Dsvm.c3914 if (svm->nested.nested_run_pending) in svm_nmi_allowed()
3956 if (svm->nested.nested_run_pending) in svm_interrupt_allowed()
4436 if (svm->nested.nested_run_pending && in svm_vcpu_run()
4440 svm->nested.nested_run_pending = 0; in svm_vcpu_run()
4786 if (svm->nested.nested_run_pending) in svm_smi_allowed()
4904 svm->nested.nested_run_pending = 1; in svm_leave_smm()
H A Dsvm.h192 bool nested_run_pending; member