Lines Matching defs:tbl
177 struct iommu_table *tbl, in iommu_range_alloc()
306 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc()
349 static bool iommu_free_check(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free_check()
377 static struct iommu_pool *get_pool(struct iommu_table *tbl, in get_pool()
396 static void __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in __iommu_free()
418 static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free()
431 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()
713 void iommu_free_table(struct iommu_table *tbl, const char *node_name) in iommu_free_table()
753 dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl, in iommu_map_page()
791 void iommu_unmap_page(struct iommu_table *tbl, dma_addr_t dma_handle, in iommu_unmap_page()
810 void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, in iommu_alloc_coherent()
857 void iommu_free_coherent(struct iommu_table *tbl, size_t size, in iommu_free_coherent()
932 void iommu_flush_tce(struct iommu_table *tbl) in iommu_flush_tce()
943 int iommu_tce_clear_param_check(struct iommu_table *tbl, in iommu_tce_clear_param_check()
965 int iommu_tce_put_param_check(struct iommu_table *tbl, in iommu_tce_put_param_check()
985 long iommu_tce_xchg(struct iommu_table *tbl, unsigned long entry, in iommu_tce_xchg()
1005 int iommu_take_ownership(struct iommu_table *tbl) in iommu_take_ownership()
1045 void iommu_release_ownership(struct iommu_table *tbl) in iommu_release_ownership()
1067 struct iommu_table *tbl; in iommu_add_device() local