Lines Matching defs:bitmap
129 index = bitmap_find_free_region(table->bitmap,
262 bitmap_release_region(iommu->ir_table->bitmap, index,
467 * allocated in the bitmap
471 bitmap_set(iommu->ir_table->bitmap, i, 1);
545 unsigned long *bitmap;
563 bitmap = bitmap_zalloc(INTR_REMAP_TABLE_ENTRIES, GFP_ATOMIC);
564 if (bitmap == NULL) {
565 pr_err("IR%d: failed to allocate bitmap\n", iommu->seq_id);
588 ir_table->bitmap = bitmap;
637 bitmap_free(bitmap);
669 bitmap_free(iommu->ir_table->bitmap);
1519 if (!bitmap_empty(iommu->ir_table->bitmap,