Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/vmx/
Dvmx.h214 struct loaded_vmcs vmcs02; member
Dnested.c327 free_loaded_vmcs(&vmx->nested.vmcs02); in free_nested()
601 unsigned long *msr_bitmap_l0 = vmx->nested.vmcs02.msr_bitmap; in nested_vmx_prepare_msr_bitmap()
2167 vmcs_write64(MSR_BITMAP, __pa(vmx->nested.vmcs02.msr_bitmap)); in prepare_vmcs02_constant_state()
3408 vmx_switch_vmcs(vcpu, &vmx->nested.vmcs02); in nested_vmx_enter_non_root_mode()
4125 vmx->loaded_vmcs = &vmx->nested.vmcs02; in copy_vmcs02_to_vmcs12_rare()
4131 vmx_vcpu_load_vmcs(vcpu, cpu, &vmx->nested.vmcs02); in copy_vmcs02_to_vmcs12_rare()
4917 r = alloc_loaded_vmcs(&vmx->nested.vmcs02); in enter_vmx_operation()
4956 free_loaded_vmcs(&vmx->nested.vmcs02); in enter_vmx_operation()
/linux-5.19.10/Documentation/virt/kvm/x86/
Dnested-vmx.rst74 also have "vmcs01", the VMCS that L0 built for L1, and "vmcs02" is the VMCS