Searched refs:cached_shadow_vmcs12 (Results 1 – 3 of 3) sorted by relevance
53 return to_vmx(vcpu)->nested.cached_shadow_vmcs12; in get_shadow_vmcs12()
134 struct vmcs12 *cached_shadow_vmcs12; member
350 kfree(vmx->nested.cached_shadow_vmcs12); in free_nested()351 vmx->nested.cached_shadow_vmcs12 = NULL; in free_nested()5289 vmx->nested.cached_shadow_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT); in enter_vmx_operation()5290 if (!vmx->nested.cached_shadow_vmcs12) in enter_vmx_operation()5313 kfree(vmx->nested.cached_shadow_vmcs12); in enter_vmx_operation()