Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c3222 if (svm->nested.nested_run_pending) in svm_nmi_allowed()
3281 if (svm->nested.nested_run_pending) in svm_interrupt_allowed()
3643 svm->nested.nested_run_pending = 0; in svm_vcpu_run()
4008 if (svm->nested.nested_run_pending) in svm_smi_allowed()
/OK3568_Linux_fs/kernel/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()
3036 if (to_vmx(vcpu)->nested.nested_run_pending && in nested_vmx_check_guest_state()
3356 if (!vmx->nested.nested_run_pending || in nested_vmx_enter_non_root_mode()
3360 (!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.c4703 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_nmi_allowed()
4725 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_interrupt_allowed()
6075 WARN_ON_ONCE(vmx->nested.nested_run_pending); in vmx_handle_exit()
6914 vmx->nested.nested_run_pending = 0; in vmx_vcpu_run()
7659 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_smi_allowed()