Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/vmx/
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 = 1; in nested_vmx_run()
[all …]
Dvmx.h189 bool nested_run_pending; member
Dvmx.c5032 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_nmi_allowed()
5054 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_interrupt_allowed()
6427 if (KVM_BUG_ON(vmx->nested.nested_run_pending, vcpu->kvm)) in __vmx_handle_exit()
7400 if (vmx->nested.nested_run_pending && in vmx_vcpu_run()
7404 vmx->nested.nested_run_pending = 0; in vmx_vcpu_run()
8116 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_smi_allowed()
8157 vmx->nested.nested_run_pending = 1; in vmx_leave_smm()
/Linux-v6.6/arch/x86/kvm/svm/
Dnested.c917 svm->nested.nested_run_pending = 1; in nested_svm_vmrun()
926 svm->nested.nested_run_pending = 0; in nested_svm_vmrun()
1001 WARN_ON_ONCE(svm->nested.nested_run_pending); in nested_svm_vmexit()
1247 svm->nested.nested_run_pending = 0; in svm_leave_nested()
1443 bool block_nested_exceptions = svm->nested.nested_run_pending; in svm_check_nested_events()
1620 if (svm->nested.nested_run_pending) in svm_get_nested_state()
1759 svm->nested.nested_run_pending = in svm_set_nested_state()
Dsvm.h168 bool nested_run_pending; member
Dsvm.c3764 if (svm->nested.nested_run_pending) in svm_nmi_allowed()
3806 if (svm->nested.nested_run_pending) in svm_interrupt_allowed()
4220 if (svm->nested.nested_run_pending && in svm_vcpu_run()
4224 svm->nested.nested_run_pending = 0; in svm_vcpu_run()
4589 if (svm->nested.nested_run_pending) in svm_smi_allowed()
4707 svm->nested.nested_run_pending = 1; in svm_leave_smm()