Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Diommu_64.h19 #define IOMMU_NUM_CTXS 4096 macro
71 DECLARE_BITMAP(ctx_bitmap, IOMMU_NUM_CTXS);
/openbmc/linux/arch/sparc/kernel/
H A 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()