Lines Matching defs:tbl

176 				       struct iommu_table *tbl,  in iommu_range_alloc()
305 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc()
348 static bool iommu_free_check(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free_check()
376 static struct iommu_pool *get_pool(struct iommu_table *tbl, in get_pool()
395 static void __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in __iommu_free()
417 static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free()
430 int ppc_iommu_map_sg(struct device *dev, struct iommu_table *tbl, in ppc_iommu_map_sg()
575 void ppc_iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist, in ppc_iommu_unmap_sg()
607 static void iommu_table_clear(struct iommu_table *tbl) in iommu_table_clear()
652 struct iommu_table *iommu_init_table(struct iommu_table *tbl, int nid) in iommu_init_table()
717 struct iommu_table *tbl; in iommu_table_free() local
751 struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl) in iommu_tce_table_get()
760 int iommu_tce_table_put(struct iommu_table *tbl) in iommu_tce_table_put()
774 dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl, in iommu_map_page()
813 void iommu_unmap_page(struct iommu_table *tbl, dma_addr_t dma_handle, in iommu_unmap_page()
832 void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, in iommu_alloc_coherent()
879 void iommu_free_coherent(struct iommu_table *tbl, size_t size, in iommu_free_coherent()
954 void iommu_flush_tce(struct iommu_table *tbl) in iommu_flush_tce()
996 long iommu_tce_xchg(struct iommu_table *tbl, unsigned long entry, in iommu_tce_xchg()
1016 int iommu_take_ownership(struct iommu_table *tbl) in iommu_take_ownership()
1056 void iommu_release_ownership(struct iommu_table *tbl) in iommu_release_ownership()
1078 struct iommu_table *tbl; in iommu_add_device() local