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()
711 void iommu_free_table(struct iommu_table *tbl, const char *node_name) in iommu_free_table()
756 dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl, in iommu_map_page()
794 void iommu_unmap_page(struct iommu_table *tbl, dma_addr_t dma_handle, in iommu_unmap_page()
813 void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, in iommu_alloc_coherent()
860 void iommu_free_coherent(struct iommu_table *tbl, size_t size, in iommu_free_coherent()
880 struct iommu_table *tbl = iommu_data; in group_release() local
884 void iommu_register_group(struct iommu_table *tbl, in iommu_register_group()
919 void iommu_flush_tce(struct iommu_table *tbl) in iommu_flush_tce()
930 int iommu_tce_clear_param_check(struct iommu_table *tbl, in iommu_tce_clear_param_check()
952 int iommu_tce_put_param_check(struct iommu_table *tbl, in iommu_tce_put_param_check()
975 unsigned long iommu_clear_tce(struct iommu_table *tbl, unsigned long entry) in iommu_clear_tce()
994 int iommu_clear_tces_and_put_pages(struct iommu_table *tbl, in iommu_clear_tces_and_put_pages()
1022 int iommu_tce_build(struct iommu_table *tbl, unsigned long entry, in iommu_tce_build()
1047 int iommu_put_tce_user_mode(struct iommu_table *tbl, unsigned long entry, in iommu_put_tce_user_mode()
1076 int iommu_take_ownership(struct iommu_table *tbl) in iommu_take_ownership()
1103 void iommu_release_ownership(struct iommu_table *tbl) in iommu_release_ownership()
1122 struct iommu_table *tbl; in iommu_add_device() local