Home
last modified time | relevance | path

Searched refs:iommu_pool (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Diommu-common.h11 struct iommu_pool { struct
24 struct iommu_pool pools[IOMMU_NR_POOLS]; argument
29 struct iommu_pool large_pool;
/linux-4.1.27/lib/
Diommu-common.c63 struct iommu_pool *p = &(iommu->large_pool); in iommu_tbl_pool_init()
110 struct iommu_pool *pool; in iommu_tbl_range_alloc()
232 static struct iommu_pool *get_pool(struct iommu_map_table *tbl, in get_pool()
235 struct iommu_pool *p; in get_pool()
258 struct iommu_pool *pool; in iommu_tbl_range_free()
/linux-4.1.27/arch/powerpc/include/asm/
Diommu.h57 struct iommu_pool { struct
74 struct iommu_pool large_pool; argument
75 struct iommu_pool pools[IOMMU_NR_POOLS];
/linux-4.1.27/arch/powerpc/kernel/
Diommu.c191 struct iommu_pool *pool; in iommu_range_alloc()
377 static struct iommu_pool *get_pool(struct iommu_table *tbl, in get_pool()
380 struct iommu_pool *p; in get_pool()
401 struct iommu_pool *pool; in __iommu_free()
658 struct iommu_pool *p; in iommu_init_table()
978 struct iommu_pool *pool = get_pool(tbl, entry); in iommu_clear_tce()
1027 struct iommu_pool *pool = get_pool(tbl, entry); in iommu_tce_build()
/linux-4.1.27/arch/sparc/kernel/
Dpci_sun4v.c531 struct iommu_pool *pool; in probe_existing_entries()