Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
A Dnested.h47 return to_vmx(vcpu)->nested.cached_shadow_vmcs12; in get_shadow_vmcs12()
A Dvmx.h142 struct vmcs12 *cached_shadow_vmcs12; member
A Dnested.c305 kfree(vmx->nested.cached_shadow_vmcs12); in free_nested()
306 vmx->nested.cached_shadow_vmcs12 = NULL; in free_nested()
4858 vmx->nested.cached_shadow_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT); in enter_vmx_operation()
4859 if (!vmx->nested.cached_shadow_vmcs12) in enter_vmx_operation()
4882 kfree(vmx->nested.cached_shadow_vmcs12); in enter_vmx_operation()

Completed in 19 milliseconds