Searched refs:IOMMU_NUM_CTXS (Results 1 – 2 of 2) sorted by relevance
18 #define IOMMU_NUM_CTXS 4096 macro42 DECLARE_BITMAP(ctx_bitmap, IOMMU_NUM_CTXS);
173 int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest); in iommu_alloc_ctx()175 if (unlikely(n == IOMMU_NUM_CTXS)) { in iommu_alloc_ctx()