Lines Matching refs:iopte_t
99 IOMMU_NPTES * sizeof(iopte_t));
102 iommu->page_table = (iopte_t *)tmp;
105 memset(iommu->page_table, 0, IOMMU_NPTES*sizeof(iopte_t));
130 (int)(IOMMU_NPTES*sizeof(iopte_t)), (int)IOMMU_NPTES);
158 static void iommu_flush_iotlb(iopte_t *iopte, unsigned int niopte)
164 end = PAGE_ALIGN(start + niopte*sizeof(iopte_t));
193 iopte_t *iopte, *iopte0;
318 iopte_t *iopte = iommu->page_table;
319 iopte_t *first;
399 iopte_t *iopte = iommu->page_table;