Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx.h150 bool need_vmcs12_to_shadow_sync; member
Dnested.c184 to_vmx(vcpu)->nested.need_vmcs12_to_shadow_sync = true; in nested_vmx_failValid()
225 vmx->nested.need_vmcs12_to_shadow_sync = false; in vmx_disable_shadow_vmcs()
2183 vmx->nested.need_vmcs12_to_shadow_sync = false; in nested_sync_vmcs12_to_shadow()
3303 vmx->nested.need_vmcs12_to_shadow_sync = true; in nested_get_evmcs_page()
3650 vmx->nested.need_vmcs12_to_shadow_sync = true; in nested_vmx_enter_non_root_mode()
5071 vmx->nested.need_vmcs12_to_shadow_sync = true; in nested_vmx_vmexit()
5767 vmx->nested.need_vmcs12_to_shadow_sync = true; in set_current_vmptr()
6711 if (!vmx->nested.need_vmcs12_to_shadow_sync) { in vmx_get_nested_state()
Dvmx.c1309 if (vmx->nested.need_vmcs12_to_shadow_sync) in vmx_prepare_switch_to_guest()
7395 WARN_ON_ONCE(vmx->nested.need_vmcs12_to_shadow_sync); in vmx_vcpu_run()