Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Damd_iommu.c1339 iommu_virt_to_phys(domain->pt_root)); in increase_address_space()
1340 domain->pt_root = pte; in increase_address_space()
1362 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)]; in alloc_pte()
1419 pte = &domain->pt_root[PM_LEVEL_INDEX(level, address)]; in fetch_pte()
1674 unsigned long root = (unsigned long)domain->pt_root; in DEFINE_FREE_PT_FN()
1797 dma_dom->domain.pt_root = (void *)get_zeroed_page(GFP_KERNEL); in dma_ops_domain_alloc()
1799 if (!dma_dom->domain.pt_root) in dma_ops_domain_alloc()
1836 pte_root = iommu_virt_to_phys(domain->pt_root); in set_dte_entry()
2886 pdomain->pt_root = (void *)get_zeroed_page(GFP_KERNEL); in amd_iommu_domain_alloc()
2887 if (!pdomain->pt_root) { in amd_iommu_domain_alloc()
Damd_iommu_types.h476 u64 *pt_root; /* page table root pointer */ member