Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/svm/
Dnested.c536 svm->nested.nested_run_pending = 1; in nested_svm_vmrun()
545 svm->nested.nested_run_pending = 0; in nested_svm_vmrun()
596 WARN_ON_ONCE(svm->nested.nested_run_pending); in nested_svm_vmexit()
752 svm->nested.nested_run_pending = 0; in svm_leave_nested()
972 kvm_event_needs_reinjection(vcpu) || svm->nested.nested_run_pending; in svm_check_nested_events()
1079 if (svm->nested.nested_run_pending) in svm_get_nested_state()
Dsvm.h96 bool nested_run_pending; member
Dsvm.c3219 if (svm->nested.nested_run_pending) in svm_nmi_allowed()
3278 if (svm->nested.nested_run_pending) in svm_interrupt_allowed()
3640 svm->nested.nested_run_pending = 0; in svm_vcpu_run()
4005 if (svm->nested.nested_run_pending) in svm_smi_allowed()
/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.c435 !to_vmx(vcpu)->nested.nested_run_pending) { in vmx_inject_page_fault_nested()
2139 if (vmx->nested.nested_run_pending && in nested_vmx_calc_efer()
2357 if (vmx->nested.nested_run_pending) { in prepare_vmcs02_early()
2438 if (kvm_mpx_supported() && vmx->nested.nested_run_pending && in prepare_vmcs02_rare()
2518 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
2526 if (kvm_mpx_supported() && (!vmx->nested.nested_run_pending || in prepare_vmcs02()
2539 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
3000 if (to_vmx(vcpu)->nested.nested_run_pending && in nested_vmx_check_guest_state()
3533 vmx->nested.nested_run_pending = 1; in nested_vmx_run()
3572 vmx->nested.nested_run_pending = 0; in nested_vmx_run()
[all …]
Dvmx.h129 bool nested_run_pending; member
Dvmx.c4604 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_nmi_allowed()
4626 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_interrupt_allowed()
5953 WARN_ON_ONCE(vmx->nested.nested_run_pending); in vmx_handle_exit()
6781 vmx->nested.nested_run_pending = 0; in vmx_vcpu_run()
7515 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_smi_allowed()