Searched refs:pt_root (Results 1 – 2 of 2) sorted by relevance
1450 unsigned long root = (unsigned long)domain->pt_root; in free_pagetable()1485 iommu_virt_to_phys(domain->pt_root)); in increase_address_space()1486 domain->pt_root = pte; in increase_address_space()1513 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)]; in alloc_pte()1598 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)]; in fetch_pte()1924 dma_dom->domain.pt_root = (void *)get_zeroed_page(GFP_KERNEL); in dma_ops_domain_alloc()1926 if (!dma_dom->domain.pt_root) in dma_ops_domain_alloc()1962 pte_root = iommu_virt_to_phys(domain->pt_root); in set_dte_entry()2979 pdomain->pt_root = (void *)get_zeroed_page(GFP_KERNEL); in amd_iommu_domain_alloc()2980 if (!pdomain->pt_root) { in amd_iommu_domain_alloc()
474 u64 *pt_root; /* page table root pointer */ member