Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/vmx/
Dnested.c290 if (WARN_ON_ONCE(vmx->loaded_vmcs != &vmx->vmcs01)) in free_nested()
291 vmx_switch_vmcs(vcpu, &vmx->vmcs01); in free_nested()
306 vmcs_clear(vmx->vmcs01.shadow_vmcs); in free_nested()
307 free_vmcs(vmx->vmcs01.shadow_vmcs); in free_nested()
308 vmx->vmcs01.shadow_vmcs = NULL; in free_nested()
531 if (vmx_test_msr_bitmap_##rw(vmx->vmcs01.msr_bitmap, msr) || \
1497 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_shadow_to_vmcs12()
1532 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_vmcs12_to_shadow()
2207 static void prepare_vmcs02_early(struct vcpu_vmx *vmx, struct loaded_vmcs *vmcs01, in prepare_vmcs02_early() argument
2219 exec_control = __pin_controls_get(vmcs01); in prepare_vmcs02_early()
[all …]
Dvmx.h301 struct loaded_vmcs vmcs01; member
Dvmx.c3852 unsigned long *msr_bitmap = vmx->vmcs01.msr_bitmap; in vmx_disable_intercept_for_msr()
3896 unsigned long *msr_bitmap = vmx->vmcs01.msr_bitmap; in vmx_enable_intercept_for_msr()
3927 unsigned long *msr_bitmap = to_vmx(vcpu)->vmcs01.msr_bitmap; in vmx_reset_x2apic_msrs()
4597 vmcs_write64(MSR_BITMAP, __pa(vmx->vmcs01.msr_bitmap)); in init_vmcs()
7315 err = alloc_loaded_vmcs(&vmx->vmcs01); in vmx_vcpu_create()
7327 struct hv_enlightened_vmcs *evmcs = (void *)vmx->vmcs01.vmcs; in vmx_vcpu_create()
7352 vmx->loaded_vmcs = &vmx->vmcs01; in vmx_vcpu_create()
/Linux-v6.1/Documentation/virt/kvm/x86/
Dnested-vmx.rst74 also have "vmcs01", the VMCS that L0 built for L1, and "vmcs02" is the VMCS