Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dvmx.c828 struct vmcs12 *cached_shadow_vmcs12; member
1267 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()