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

/linux-master/arch/sparc/include/asm/
H A Diommu-common.h10 #define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS) macro
26 struct iommu_pool pools[IOMMU_NR_POOLS];
/linux-master/arch/sparc/kernel/
H A Diommu-common.c64 iommu->nr_pools = IOMMU_NR_POOLS;
67 BUG_ON(npools > IOMMU_NR_POOLS);
/linux-master/arch/powerpc/include/asm/
H A Diommu.h85 #define IOMMU_NR_POOLS (1 << IOMMU_POOL_HASHBITS) macro
108 struct iommu_pool pools[IOMMU_NR_POOLS];
/linux-master/arch/powerpc/kernel/
H A Diommu.c747 tbl->nr_pools = IOMMU_NR_POOLS;

Completed in 89 milliseconds