Searched refs:it_map (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| A D | iommu.c | 47 *val = bitmap_weight(tbl->it_map, tbl->it_size); in iommu_debugfs_weight_get() 454 bitmap_clear(tbl->it_map, free_entry, npages); in __iommu_free() 670 __set_bit(index, tbl->it_map); in iommu_table_clear() 681 __clear_bit(index, tbl->it_map); in iommu_table_clear() 699 set_bit(0, tbl->it_map); in iommu_table_reserve_pages() 718 set_bit(i - tbl->it_offset, tbl->it_map); in iommu_table_reserve_pages() 738 tbl->it_map = vzalloc_node(sz, nid); in iommu_init_table() 739 if (!tbl->it_map) { in iommu_init_table() 795 if (find_next_bit(tbl->it_map, end, start) != end) in iommu_table_in_use() 812 if (!tbl->it_map) { in iommu_table_free() [all …]
|
| /linux/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()
|
| /linux/arch/powerpc/include/asm/ |
| A D | iommu.h | 111 unsigned long *it_map; /* A simple allocation bitmap for now */ member
|
| /linux/arch/powerpc/platforms/cell/ |
| A D | iommu.c | 500 __set_bit(0, window->table.it_map); in cell_iommu_setup_window()
|
Completed in 14 milliseconds