Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Diommu-common.c59 bool large_pool, u32 npools, in iommu_tbl_pool_init() argument
63 struct iommu_pool *p = &(iommu->large_pool); in iommu_tbl_pool_init()
77 if (large_pool) in iommu_tbl_pool_init()
80 if (!large_pool) in iommu_tbl_pool_init()
91 if (!large_pool) in iommu_tbl_pool_init()
115 bool large_pool = ((iommu->flags & IOMMU_HAS_LARGE_POOL) != 0); in iommu_tbl_range_alloc() local
116 bool largealloc = (large_pool && npages > iommu_large_alloc); in iommu_tbl_range_alloc()
130 pool = &(iommu->large_pool); in iommu_tbl_range_alloc()
236 unsigned long largepool_start = tbl->large_pool.start; in get_pool()
237 bool large_pool = ((tbl->flags & IOMMU_HAS_LARGE_POOL) != 0); in get_pool() local
[all …]
/linux-4.1.27/include/linux/
Diommu-common.h29 struct iommu_pool large_pool; member
37 bool large_pool, u32 npools,
/linux-4.1.27/arch/powerpc/kernel/
Diommu.c214 pool = &(tbl->large_pool); in iommu_range_alloc()
381 unsigned long largepool_start = tbl->large_pool.start; in get_pool()
385 p = &tbl->large_pool; in get_pool()
694 p = &tbl->large_pool; in iommu_init_table()
/linux-4.1.27/arch/powerpc/include/asm/
Diommu.h74 struct iommu_pool large_pool; member