Lines Matching defs:bitmap
130 index = bitmap_find_free_region(table->bitmap,
249 bitmap_release_region(iommu->ir_table->bitmap, index,
450 * allocated in the bitmap
454 bitmap_set(iommu->ir_table->bitmap, i, 1);
529 unsigned long *bitmap;
547 bitmap = bitmap_zalloc(INTR_REMAP_TABLE_ENTRIES, GFP_KERNEL);
548 if (bitmap == NULL) {
549 pr_err("IR%d: failed to allocate bitmap\n", iommu->seq_id);
577 ir_table->bitmap = bitmap;
623 bitmap_free(bitmap);
648 bitmap_free(iommu->ir_table->bitmap);
1498 if (!bitmap_empty(iommu->ir_table->bitmap,