IOMMU_NPTES
memset(iommu->page_table, 0, IOMMU_NPTES*sizeof(iopte_t));
bitmap = kmalloc(IOMMU_NPTES>>3, GFP_KERNEL);
(int)(IOMMU_NPTES>>3));
bit_map_init(&iommu->usemap, bitmap, IOMMU_NPTES);
(int)(IOMMU_NPTES*sizeof(iopte_t)), (int)IOMMU_NPTES);
IOMMU_NPTES * sizeof(iopte_t));