Home
last modified time | relevance | path

Searched refs:IOMMU_NUM_CTXS (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/include/asm/
Diommu_64.h18 #define IOMMU_NUM_CTXS 4096 macro
42 DECLARE_BITMAP(ctx_bitmap, IOMMU_NUM_CTXS);
/arch/sparc/kernel/
Diommu.c173 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()