Searched refs:pml_pg (Results 1 – 1 of 1) sorted by relevance
1027 struct page *pml_pg; member6669 ASSERT(vmx->pml_pg); in vmx_vcpu_setup()6670 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg)); in vmx_vcpu_setup()9824 if (vmx->pml_pg) { in vmx_destroy_pml_buffer()9825 __free_page(vmx->pml_pg); in vmx_destroy_pml_buffer()9826 vmx->pml_pg = NULL; in vmx_destroy_pml_buffer()9848 pml_buf = page_address(vmx->pml_pg); in vmx_flush_pml_buffer()11017 vmx->pml_pg = alloc_page(GFP_KERNEL | __GFP_ZERO); in vmx_create_vcpu()11018 if (!vmx->pml_pg) in vmx_create_vcpu()12308 ASSERT(vmx->pml_pg); in prepare_vmcs02()[all …]