Searched refs:large_pool (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Diommu-common.h31 struct iommu_pool large_pool; member in struct:iommu_map_table
39 bool large_pool, u32 npools,
/linux-master/arch/sparc/kernel/
H A Diommu-common.c48 * is the number of table entries. If `large_pool' is set to true,
56 bool large_pool, u32 npools,
60 struct iommu_pool *p = &(iommu->large_pool);
74 if (large_pool)
77 if (!large_pool)
88 if (!large_pool)
90 /* initialize large_pool */
111 bool large_pool = ((iommu->flags & IOMMU_HAS_LARGE_POOL) != 0); local
112 bool largealloc = (large_pool && npages > iommu_large_alloc);
126 pool = &(iommu->large_pool);
52 iommu_tbl_pool_init(struct iommu_map_table *iommu, unsigned long num_entries, u32 table_shift, void (*lazy_flush)(struct iommu_map_table *), bool large_pool, u32 npools, bool skip_span_boundary_check) argument
228 bool large_pool = ((tbl->flags & IOMMU_HAS_LARGE_POOL) != 0); local
[all...]
/linux-master/arch/powerpc/kernel/
H A Diommu.c250 pool = &(tbl->large_pool);
311 pool = &tbl->large_pool;
420 unsigned long largepool_start = tbl->large_pool.start;
424 p = &tbl->large_pool;
762 p = &tbl->large_pool;
1120 spin_lock_irqsave(&tbl->large_pool.lock, flags);
1122 spin_lock_nest_lock(&tbl->pools[i].lock, &tbl->large_pool.lock);
1133 spin_unlock_irqrestore(&tbl->large_pool.lock, flags);
1142 spin_lock_irqsave(&tbl->large_pool.lock, flags);
1144 spin_lock_nest_lock(&tbl->pools[i].lock, &tbl->large_pool
[all...]
/linux-master/arch/powerpc/include/asm/
H A Diommu.h107 struct iommu_pool large_pool; member in struct:iommu_table
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c673 spin_lock_irqsave(&tbl->large_pool.lock, flags);
684 spin_unlock_irqrestore(&tbl->large_pool.lock, flags);

Completed in 128 milliseconds