Searched refs:IOMMU_POOL_HASHBITS (Results 1 – 3 of 3) sorted by relevance
9 #define IOMMU_POOL_HASHBITS 4 macro10 #define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS)
86 #define IOMMU_POOL_HASHBITS 2 macro87 #define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS)
43 per_cpu(iommu_hash_common, i) = hash_32(i, IOMMU_POOL_HASHBITS); in setup_iommu_pool_hash()