IOMMU_NUM_CTXS
DECLARE_BITMAP(ctx_bitmap, IOMMU_NUM_CTXS);
int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest);
if (unlikely(n == IOMMU_NUM_CTXS)) {