Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Damd_iommu.c1274 virt_to_phys(domain->pt_root)); in increase_address_space()
1275 domain->pt_root = pte; in increase_address_space()
1297 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)]; in alloc_pte()
1341 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)]; in fetch_pte()
1895 unsigned long root = (unsigned long)domain->pt_root; in DEFINE_FREE_PT_FN()
2010 dma_dom->domain.pt_root = (void *)get_zeroed_page(GFP_KERNEL); in dma_ops_domain_alloc()
2013 if (!dma_dom->domain.pt_root) in dma_ops_domain_alloc()
2055 pte_root = virt_to_phys(domain->pt_root); in set_dte_entry()
3259 pdomain->pt_root = (void *)get_zeroed_page(GFP_KERNEL); in amd_iommu_domain_alloc()
3260 if (!pdomain->pt_root) in amd_iommu_domain_alloc()
Damd_iommu_types.h416 u64 *pt_root; /* page table root pointer */ member