Searched refs:usemap (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/sparc/mm/ |
| H A D | iommu.c | 119 bit_map_init(&iommu->usemap, bitmap, IOMMU_NPTES); in sbus_iommu_init() 124 iommu->usemap.num_colors = vac_cache_size >> PAGE_SHIFT; in sbus_iommu_init() 126 iommu->usemap.num_colors = 1; in sbus_iommu_init() 216 ioptex = bit_map_string_get(&iommu->usemap, npages, pfn); in __sbus_iommu_map_phys() 298 bit_map_clear(&iommu->usemap, ioptex, npages); in sbus_iommu_unmap_phys() 342 ioptex = bit_map_string_get(&iommu->usemap, len >> PAGE_SHIFT, in sbus_iommu_alloc() 420 bit_map_clear(&iommu->usemap, ioptex, len >> PAGE_SHIFT); in sbus_iommu_free()
|
| /linux/arch/sparc/include/asm/ |
| H A D | iommu_32.h | 109 struct bit_map usemap; member
|