Home
last modified time | relevance | path

Searched refs:vmcs01 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/x86/kvm/vmx/
Dnested.c283 if (WARN_ON_ONCE(vmx->loaded_vmcs != &vmx->vmcs01)) in free_nested()
284 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in free_nested()
298 vmcs_clear(vmx->vmcs01.shadow_vmcs); in free_nested()
299 free_vmcs(vmx->vmcs01.shadow_vmcs); in free_nested()
300 vmx->vmcs01.shadow_vmcs = NULL; in free_nested()
537 msr_bitmap = to_vmx(vcpu)->vmcs01.msr_bitmap; in msr_write_intercepted_l01()
1539 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_shadow_to_vmcs12()
1574 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_vmcs12_to_shadow()
2210 static void prepare_vmcs02_early(struct vcpu_vmx *vmx, struct loaded_vmcs *vmcs01, in prepare_vmcs02_early() argument
2222 exec_control = __pin_controls_get(vmcs01); in prepare_vmcs02_early()
[all …]
Dvmx.h267 struct loaded_vmcs vmcs01; member
Dvmx.c3741 unsigned long *msr_bitmap = vmx->vmcs01.msr_bitmap; in vmx_disable_intercept_for_msr()
3786 unsigned long *msr_bitmap = vmx->vmcs01.msr_bitmap; in vmx_enable_intercept_for_msr()
3818 unsigned long *msr_bitmap = to_vmx(vcpu)->vmcs01.msr_bitmap; in vmx_reset_x2apic_msrs()
4341 vmcs_write64(MSR_BITMAP, __pa(vmx->vmcs01.msr_bitmap)); in init_vmcs()
6852 err = alloc_loaded_vmcs(&vmx->vmcs01); in vmx_create_vcpu()
6876 vmx->loaded_vmcs = &vmx->vmcs01; in vmx_create_vcpu()
/Linux-v5.15/Documentation/virt/kvm/
Dnested-vmx.rst74 also have "vmcs01", the VMCS that L0 built for L1, and "vmcs02" is the VMCS