Searched refs:it_map (Results 1 – 3 of 3) sorted by relevance
| /arch/powerpc/kernel/ |
| A D | iommu.c | 48 *val = bitmap_weight(tbl->it_map, tbl->it_size); in iommu_debugfs_weight_get() 455 bitmap_clear(tbl->it_map, free_entry, npages); in __iommu_free() 671 __set_bit(index, tbl->it_map); in iommu_table_clear() 682 __clear_bit(index, tbl->it_map); in iommu_table_clear() 700 set_bit(0, tbl->it_map); in iommu_table_reserve_pages() 719 set_bit(i - tbl->it_offset, tbl->it_map); in iommu_table_reserve_pages() 739 tbl->it_map = vzalloc_node(sz, nid); in iommu_init_table() 740 if (!tbl->it_map) { in iommu_init_table() 796 if (find_next_bit(tbl->it_map, end, start) != end) in iommu_table_in_use() 813 if (!tbl->it_map) { in iommu_table_free() [all …]
|
| /arch/powerpc/sysdev/ |
| A D | dart_iommu.c | 349 set_bit(iommu_table_dart.it_size - 1, iommu_table_dart.it_map); in iommu_table_dart_setup()
|
| /arch/powerpc/include/asm/ |
| A D | iommu.h | 111 unsigned long *it_map; /* A simple allocation bitmap for now */ member
|
Completed in 9 milliseconds