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

/linux-master/arch/sparc/include/asm/
H A Diommu_64.h19 #define IOMMU_NUM_CTXS 4096 macro
71 DECLARE_BITMAP(ctx_bitmap, IOMMU_NUM_CTXS);
/linux-master/arch/sparc/kernel/
H A Diommu.c173 int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest);
175 if (unlikely(n == IOMMU_NUM_CTXS)) {

Completed in 324 milliseconds