Searched refs:IOMMU_POOL_HASHBITS (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Diommu-common.h9 #define IOMMU_POOL_HASHBITS 4 macro
10 #define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS)
/linux-master/arch/powerpc/include/asm/
H A Diommu.h84 #define IOMMU_POOL_HASHBITS 2 macro
85 #define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS)
/linux-master/arch/sparc/kernel/
H A Diommu-common.c43 per_cpu(iommu_hash_common, i) = hash_32(i, IOMMU_POOL_HASHBITS);
/linux-master/arch/powerpc/kernel/
H A Diommu.c109 per_cpu(iommu_pool_hash, i) = hash_32(i, IOMMU_POOL_HASHBITS);

Completed in 163 milliseconds