Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Diommu-common.h8 #define IOMMU_POOL_HASHBITS 4 macro
9 #define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS)
/linux-4.1.27/arch/powerpc/include/asm/
Diommu.h54 #define IOMMU_POOL_HASHBITS 2 macro
55 #define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS)
/linux-4.1.27/lib/
Diommu-common.c46 per_cpu(iommu_hash_common, i) = hash_32(i, IOMMU_POOL_HASHBITS); in setup_iommu_pool_hash()
/linux-4.1.27/arch/powerpc/kernel/
Diommu.c82 per_cpu(iommu_pool_hash, i) = hash_32(i, IOMMU_POOL_HASHBITS); in setup_iommu_pool_hash()