Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.h349 struct page *pml_pg; member
A Dvmx.c4788 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg)); in init_vmcs()
6157 if (vmx->pml_pg) { in vmx_destroy_pml_buffer()
6158 __free_page(vmx->pml_pg); in vmx_destroy_pml_buffer()
6159 vmx->pml_pg = NULL; in vmx_destroy_pml_buffer()
6181 pml_buf = page_address(vmx->pml_pg); in vmx_flush_pml_buffer()
7415 vmx->pml_pg = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO); in vmx_vcpu_create()
7416 if (!vmx->pml_pg) in vmx_vcpu_create()

Completed in 18 milliseconds