Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Damd_iommu.c1207 virt_to_phys(domain->pt_root)); in increase_address_space()
1208 domain->pt_root = pte; in increase_address_space()
1230 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)]; in alloc_pte()
1274 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)]; in fetch_pte()
1742 unsigned long root = (unsigned long)domain->pt_root; in DEFINE_FREE_PT_FN()
1854 dma_dom->domain.pt_root = (void *)get_zeroed_page(GFP_KERNEL); in dma_ops_domain_alloc()
1857 if (!dma_dom->domain.pt_root) in dma_ops_domain_alloc()
1898 pte_root = virt_to_phys(domain->pt_root); in set_dte_entry()
2937 pdomain->pt_root = (void *)get_zeroed_page(GFP_KERNEL); in amd_iommu_domain_alloc()
2938 if (!pdomain->pt_root) { in amd_iommu_domain_alloc()
Damd_iommu_types.h417 u64 *pt_root; /* page table root pointer */ member