Searched refs:shadow_vmcs (Results 1 – 4 of 4) sorted by relevance
104 vmx->shadow_vmcs = (void *)vm_alloc_page(vm); in vcpu_alloc_vmx() 105 vmx->shadow_vmcs_hva = addr_gva2hva(vm, (uintptr_t)vmx->shadow_vmcs); in vcpu_alloc_vmx() 106 vmx->shadow_vmcs_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->shadow_vmcs); in vcpu_alloc_vmx() 181 *(u32 *)(vmx->shadow_vmcs) = vmcs_revision() | 0x80000000ul; in load_vmcs()
339 struct vmcs *shadow_vmcs; in free_nested() local362 shadow_vmcs = vmx->vmcs01.shadow_vmcs; in free_nested()363 vmcs_clear(shadow_vmcs); in free_nested()364 vmx->vmcs01.shadow_vmcs = NULL; in free_nested()365 free_vmcs(shadow_vmcs); in free_nested()1695 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_shadow_to_vmcs12() local1701 if (WARN_ON(!shadow_vmcs)) in copy_shadow_to_vmcs12()1706 vmcs_load(shadow_vmcs); in copy_shadow_to_vmcs12()1714 vmcs_clear(shadow_vmcs); in copy_shadow_to_vmcs12()1730 struct vmcs *shadow_vmcs = vmx->vmcs01.shadow_vmcs; in copy_vmcs12_to_shadow() local[all …]
513 void *shadow_vmcs; member
81 struct shadow_vmcs is ever changed.