Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dnested.h71 return to_vmx(vcpu)->nested.cached_shadow_vmcs12; in get_shadow_vmcs12()
H A Dvmx.h134 struct vmcs12 *cached_shadow_vmcs12; member
H A Dnested.c357 kfree(vmx->nested.cached_shadow_vmcs12); in free_nested()
358 vmx->nested.cached_shadow_vmcs12 = NULL; in free_nested()
5325 vmx->nested.cached_shadow_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT); in enter_vmx_operation()
5326 if (!vmx->nested.cached_shadow_vmcs12) in enter_vmx_operation()
5348 kfree(vmx->nested.cached_shadow_vmcs12); in enter_vmx_operation()