Searched refs:cached_shadow_vmcs12 (Results 1 – 1 of 1) sorted by relevance
828 struct vmcs12 *cached_shadow_vmcs12; member1267 return to_vmx(vcpu)->nested.cached_shadow_vmcs12; in get_shadow_vmcs12()8282 vmx->nested.cached_shadow_vmcs12 = kmalloc(VMCS12_SIZE, GFP_KERNEL); in enter_vmx_operation()8283 if (!vmx->nested.cached_shadow_vmcs12) in enter_vmx_operation()8299 kfree(vmx->nested.cached_shadow_vmcs12); in enter_vmx_operation()8469 kfree(vmx->nested.cached_shadow_vmcs12); in free_nested()