Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/include/asm/
Diommu-common.h9 #define IOMMU_POOL_HASHBITS 4 macro
10 #define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Diommu.h83 #define IOMMU_POOL_HASHBITS 2 macro
84 #define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS)
/kernel/linux/linux-5.10/arch/sparc/kernel/
Diommu-common.c43 per_cpu(iommu_hash_common, i) = hash_32(i, IOMMU_POOL_HASHBITS); in setup_iommu_pool_hash()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Diommu.c70 per_cpu(iommu_pool_hash, i) = hash_32(i, IOMMU_POOL_HASHBITS); in setup_iommu_pool_hash()