Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.h266 struct page *pml_pg; member
Dvmx.c4255 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg)); in vmx_vcpu_setup()
5621 if (vmx->pml_pg) { in vmx_destroy_pml_buffer()
5622 __free_page(vmx->pml_pg); in vmx_destroy_pml_buffer()
5623 vmx->pml_pg = NULL; in vmx_destroy_pml_buffer()
5645 pml_buf = page_address(vmx->pml_pg); in vmx_flush_pml_buffer()
6743 vmx->pml_pg = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO); in vmx_create_vcpu()
6744 if (!vmx->pml_pg) in vmx_create_vcpu()
Dnested.c2009 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg)); in prepare_vmcs02_constant_state()