Searched refs:vmcs01 (Results 1 – 4 of 4) sorted by relevance
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()[all …]
225 struct loaded_vmcs vmcs01; member
2000 vmx_disable_intercept_for_msr(vmx->vmcs01.msr_bitmap, in vmx_set_msr()2028 vmx_disable_intercept_for_msr(vmx->vmcs01.msr_bitmap, MSR_IA32_PRED_CMD, in vmx_set_msr()3721 unsigned long *msr_bitmap = vmx->vmcs01.msr_bitmap; in vmx_update_msr_bitmap()3736 unsigned long *msr_bitmap = vmx->vmcs01.msr_bitmap; in pt_update_intercept_for_msr()4171 vmcs_write64(MSR_BITMAP, __pa(vmx->vmcs01.msr_bitmap)); in vmx_vcpu_setup()6755 err = alloc_loaded_vmcs(&vmx->vmcs01); in vmx_create_vcpu()6759 msr_bitmap = vmx->vmcs01.msr_bitmap; in vmx_create_vcpu()6775 vmx->loaded_vmcs = &vmx->vmcs01; in vmx_create_vcpu()
69 also have "vmcs01", the VMCS that L0 built for L1, and "vmcs02" is the VMCS