Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.h42 return to_vmx(vcpu)->nested.cached_vmcs12; in get_vmcs12()
Dvmx.h90 struct vmcs12 *cached_vmcs12; member
Dnested.c301 kfree(vmx->nested.cached_vmcs12); in free_nested()
302 vmx->nested.cached_vmcs12 = NULL; in free_nested()
1604 struct vmcs12 *vmcs12 = vmx->nested.cached_vmcs12; in copy_enlightened_to_vmcs12()
1820 struct vmcs12 *vmcs12 = vmx->nested.cached_vmcs12; in copy_vmcs12_to_enlightened()
4757 vmx->nested.cached_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT); in enter_vmx_operation()
4758 if (!vmx->nested.cached_vmcs12) in enter_vmx_operation()
4788 kfree(vmx->nested.cached_vmcs12); in enter_vmx_operation()
4889 vmx->nested.cached_vmcs12, 0, VMCS12_SIZE); in nested_release_vmcs12()
5225 memcpy(vmx->nested.cached_vmcs12, new_vmcs12, VMCS12_SIZE); in handle_vmptrld()