Lines Matching defs:tbl

46 	struct iommu_table *tbl = data;  in iommu_debugfs_weight_get()  local
52 static void iommu_debugfs_add(struct iommu_table *tbl) in iommu_debugfs_add()
69 static void iommu_debugfs_del(struct iommu_table *tbl) in iommu_debugfs_del()
77 static void iommu_debugfs_add(struct iommu_table *tbl){} in iommu_debugfs_add()
78 static void iommu_debugfs_del(struct iommu_table *tbl){} in iommu_debugfs_del()
215 struct iommu_table *tbl, in iommu_range_alloc()
346 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc()
389 static bool iommu_free_check(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free_check()
417 static struct iommu_pool *get_pool(struct iommu_table *tbl, in get_pool()
436 static void __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in __iommu_free()
458 static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free()
471 int ppc_iommu_map_sg(struct device *dev, struct iommu_table *tbl, in ppc_iommu_map_sg()
614 void ppc_iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist, in ppc_iommu_unmap_sg()
646 void iommu_table_clear(struct iommu_table *tbl) in iommu_table_clear()
687 void iommu_table_reserve_pages(struct iommu_table *tbl, in iommu_table_reserve_pages()
725 struct iommu_table *iommu_init_table(struct iommu_table *tbl, int nid, in iommu_init_table()
782 bool iommu_table_in_use(struct iommu_table *tbl) in iommu_table_in_use()
805 struct iommu_table *tbl; in iommu_table_free() local
830 struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl) in iommu_tce_table_get()
839 int iommu_tce_table_put(struct iommu_table *tbl) in iommu_tce_table_put()
853 dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl, in iommu_map_page()
892 void iommu_unmap_page(struct iommu_table *tbl, dma_addr_t dma_handle, in iommu_unmap_page()
911 void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, in iommu_alloc_coherent()
961 void iommu_free_coherent(struct iommu_table *tbl, size_t size, in iommu_free_coherent()
1053 void iommu_flush_tce(struct iommu_table *tbl) in iommu_flush_tce()
1096 struct iommu_table *tbl, in iommu_tce_xchg_no_kill()
1114 void iommu_tce_kill(struct iommu_table *tbl, in iommu_tce_kill()