Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/virtual/kvm/
Dnested-vmx.txt69 also have "vmcs01", the VMCS that L0 built for L1, and "vmcs02" is the VMCS
/Linux-v4.19/arch/x86/kvm/
Dvmx.c841 struct loaded_vmcs vmcs02; member
8274 r = alloc_loaded_vmcs(&vmx->nested.vmcs02); in enter_vmx_operation()
8305 free_loaded_vmcs(&vmx->nested.vmcs02); in enter_vmx_operation()
8486 free_loaded_vmcs(&vmx->nested.vmcs02); in free_nested()
11556 unsigned long *msr_bitmap_l0 = to_vmx(vcpu)->nested.vmcs02.msr_bitmap; in nested_vmx_prepare_msr_bitmap()
12088 vmcs_write64(MSR_BITMAP, __pa(vmx->nested.vmcs02.msr_bitmap)); in prepare_vmcs02_full()
12629 vmx_switch_vmcs(vcpu, &vmx->nested.vmcs02); in enter_vmx_non_root_mode()