Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.h47 return to_vmx(vcpu)->nested.cached_shadow_vmcs12; in get_shadow_vmcs12()
H A Dvmx.h120 struct vmcs12 *cached_shadow_vmcs12; member
H A Dnested.c304 kfree(vmx->nested.cached_shadow_vmcs12); in free_nested()
305 vmx->nested.cached_shadow_vmcs12 = NULL; in free_nested()
4867 vmx->nested.cached_shadow_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT); in enter_vmx_operation()
4868 if (!vmx->nested.cached_shadow_vmcs12) in enter_vmx_operation()
4891 kfree(vmx->nested.cached_shadow_vmcs12); in enter_vmx_operation()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.h46 return to_vmx(vcpu)->nested.cached_shadow_vmcs12; in get_shadow_vmcs12()
H A Dvmx.h135 struct vmcs12 *cached_shadow_vmcs12; member
H A Dnested.c320 kfree(vmx->nested.cached_shadow_vmcs12); in free_nested()
321 vmx->nested.cached_shadow_vmcs12 = NULL; in free_nested()
5106 vmx->nested.cached_shadow_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT); in enter_vmx_operation()
5107 if (!vmx->nested.cached_shadow_vmcs12) in enter_vmx_operation()
5130 kfree(vmx->nested.cached_shadow_vmcs12); in enter_vmx_operation()

Completed in 18 milliseconds