IOMMU_POOL_HASHBITS   84 arch/powerpc/include/asm/iommu.h #define IOMMU_NR_POOLS		(1 << IOMMU_POOL_HASHBITS)
IOMMU_POOL_HASHBITS   70 arch/powerpc/kernel/iommu.c 		per_cpu(iommu_pool_hash, i) = hash_32(i, IOMMU_POOL_HASHBITS);
IOMMU_POOL_HASHBITS   10 arch/sparc/include/asm/iommu-common.h #define IOMMU_NR_POOLS          (1 << IOMMU_POOL_HASHBITS)
IOMMU_POOL_HASHBITS   43 arch/sparc/kernel/iommu-common.c 		per_cpu(iommu_hash_common, i) = hash_32(i, IOMMU_POOL_HASHBITS);