Lines Matching refs:iopte_t
98 IOMMU_NPTES * sizeof(iopte_t));
101 iommu->page_table = (iopte_t *)tmp;
104 memset(iommu->page_table, 0, IOMMU_NPTES*sizeof(iopte_t));
129 (int)(IOMMU_NPTES*sizeof(iopte_t)), (int)IOMMU_NPTES);
157 static void iommu_flush_iotlb(iopte_t *iopte, unsigned int niopte)
163 end = PAGE_ALIGN(start + niopte*sizeof(iopte_t));
192 iopte_t *iopte, *iopte0;
317 iopte_t *iopte = iommu->page_table;
318 iopte_t *first;
398 iopte_t *iopte = iommu->page_table;