pt_root          1448 drivers/iommu/amd_iommu.c 	unsigned long root = (unsigned long)domain->pt_root;
pt_root          1483 drivers/iommu/amd_iommu.c 					iommu_virt_to_phys(domain->pt_root));
pt_root          1484 drivers/iommu/amd_iommu.c 	domain->pt_root  = pte;
pt_root          1511 drivers/iommu/amd_iommu.c 	pte     = &domain->pt_root[PM_LEVEL_INDEX(level, address)];
pt_root          1596 drivers/iommu/amd_iommu.c 	pte	   = &domain->pt_root[PM_LEVEL_INDEX(level, address)];
pt_root          1922 drivers/iommu/amd_iommu.c 	dma_dom->domain.pt_root = (void *)get_zeroed_page(GFP_KERNEL);
pt_root          1924 drivers/iommu/amd_iommu.c 	if (!dma_dom->domain.pt_root)
pt_root          1960 drivers/iommu/amd_iommu.c 		pte_root = iommu_virt_to_phys(domain->pt_root);
pt_root          2966 drivers/iommu/amd_iommu.c 		pdomain->pt_root = (void *)get_zeroed_page(GFP_KERNEL);
pt_root          2967 drivers/iommu/amd_iommu.c 		if (!pdomain->pt_root) {
pt_root           474 drivers/iommu/amd_iommu_types.h 	u64 *pt_root;		/* page table root pointer */