Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c429 !to_vmx(vcpu)->nested.nested_run_pending) { in vmx_inject_page_fault_nested()
1962 if (vmx->nested.nested_run_pending && in nested_vmx_calc_efer()
2175 if (vmx->nested.nested_run_pending) { in prepare_vmcs02_early()
2254 if (kvm_mpx_supported() && vmx->nested.nested_run_pending && in prepare_vmcs02_rare()
2321 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
2329 if (kvm_mpx_supported() && (!vmx->nested.nested_run_pending || in prepare_vmcs02()
2342 if (vmx->nested.nested_run_pending && in prepare_vmcs02()
2791 if (to_vmx(vcpu)->nested.nested_run_pending && in nested_vmx_check_guest_state()
3249 vmx->nested.nested_run_pending = 1; in nested_vmx_run()
3279 vmx->nested.nested_run_pending = 0; in nested_vmx_run()
[all …]
Dvmx.h145 bool nested_run_pending; member
Dvmx.c4480 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_nmi_allowed()
4494 return (!to_vmx(vcpu)->nested.nested_run_pending && in vmx_interrupt_allowed()
5241 WARN_ON_ONCE(vmx->emulation_required && vmx->nested.nested_run_pending); in handle_invalid_guest_state()
6651 vmx->nested.nested_run_pending = 0; in vmx_vcpu_run()
7522 if (to_vmx(vcpu)->nested.nested_run_pending) in vmx_smi_allowed()