Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.h194 struct loaded_vmcs vmcs02; member
H A Dnested.c336 free_loaded_vmcs(&vmx->nested.vmcs02); in free_nested()
574 unsigned long *msr_bitmap_l0 = vmx->nested.vmcs02.msr_bitmap; in nested_vmx_prepare_msr_bitmap()
2194 vmcs_write64(MSR_BITMAP, __pa(vmx->nested.vmcs02.msr_bitmap)); in prepare_vmcs02_constant_state()
3444 vmx_switch_vmcs(vcpu, &vmx->nested.vmcs02); in nested_vmx_enter_non_root_mode()
4312 vmx->loaded_vmcs = &vmx->nested.vmcs02; in copy_vmcs02_to_vmcs12_rare()
4318 vmx_vcpu_load_vmcs(vcpu, cpu, &vmx->nested.vmcs02); in copy_vmcs02_to_vmcs12_rare()
5097 r = alloc_loaded_vmcs(&vmx->nested.vmcs02); in enter_vmx_operation()
5136 free_loaded_vmcs(&vmx->nested.vmcs02); in enter_vmx_operation()
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst74 also have "vmcs01", the VMCS that L0 built for L1, and "vmcs02" is the VMCS