Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.h39 return to_vmx(vcpu)->nested.cached_vmcs12; in get_vmcs12()
Dvmx.h107 struct vmcs12 *cached_vmcs12; member
Dnested.c254 kfree(vmx->nested.cached_vmcs12); in free_nested()
255 vmx->nested.cached_vmcs12 = NULL; in free_nested()
1429 struct vmcs12 *vmcs12 = vmx->nested.cached_vmcs12; in copy_enlightened_to_vmcs12()
1649 struct vmcs12 *vmcs12 = vmx->nested.cached_vmcs12; in copy_vmcs12_to_enlightened()
4383 vmx->nested.cached_vmcs12 = kzalloc(VMCS12_SIZE, GFP_KERNEL_ACCOUNT); in enter_vmx_operation()
4384 if (!vmx->nested.cached_vmcs12) in enter_vmx_operation()
4414 kfree(vmx->nested.cached_vmcs12); in enter_vmx_operation()
4516 vmx->nested.cached_vmcs12, 0, VMCS12_SIZE); in nested_release_vmcs12()
4869 memcpy(vmx->nested.cached_vmcs12, new_vmcs12, VMCS12_SIZE); in handle_vmptrld()