Lines Matching refs:vmcs01
250 vmcs_clear(vmx->vmcs01.shadow_vmcs); in free_nested()
251 free_vmcs(vmx->vmcs01.shadow_vmcs); in free_nested()
252 vmx->vmcs01.shadow_vmcs = NULL; in free_nested()
320 vmx_switch_vmcs(vcpu, &to_vmx(vcpu)->vmcs01); in nested_vmx_free_vcpu()
493 msr_bitmap = to_vmx(vcpu)->vmcs01.msr_bitmap; in msr_write_intercepted_l01()
1368 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_shadow_to_vmcs12()
1403 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_vmcs12_to_shadow()
3090 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in nested_vmx_enter_non_root_mode()
3168 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in nested_vmx_enter_non_root_mode()
3629 WARN_ON_ONCE(vmx->loaded_vmcs != &vmx->vmcs01); in copy_vmcs02_to_vmcs12_rare()
3637 vmx->loaded_vmcs = &vmx->vmcs01; in copy_vmcs02_to_vmcs12_rare()
4109 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in nested_vmx_vmexit()
4364 WARN_ON(loaded_vmcs == &vmx->vmcs01 && loaded_vmcs->shadow_vmcs); in alloc_shadow_vmcs()
4788 vmcs_load(vmx->vmcs01.shadow_vmcs); in handle_vmwrite()
4792 vmcs_clear(vmx->vmcs01.shadow_vmcs); in handle_vmwrite()
4808 __pa(vmx->vmcs01.shadow_vmcs)); in set_current_vmptr()