Home
last modified time | relevance | path

Searched refs:npools (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/kernel/
Diommu-common.c56 bool large_pool, u32 npools, in iommu_tbl_pool_init() argument
63 if (npools == 0) in iommu_tbl_pool_init()
66 iommu->nr_pools = npools; in iommu_tbl_pool_init()
67 BUG_ON(npools > IOMMU_NR_POOLS); in iommu_tbl_pool_init()
109 unsigned int npools = iommu->nr_pools; in iommu_tbl_range_alloc() local
130 pool_nr = pool_hash & (npools - 1); in iommu_tbl_range_alloc()
/arch/sparc/include/asm/
Diommu-common.h39 bool large_pool, u32 npools,