Lines Matching refs:it_ops
305 build_fail = tbl->it_ops->set(tbl, entry, npages, in iommu_alloc()
320 if (tbl->it_ops->flush) in iommu_alloc()
321 tbl->it_ops->flush(tbl); in iommu_alloc()
391 tbl->it_ops->clear(tbl, entry, npages); in __iommu_free()
407 if (tbl->it_ops->flush) in iommu_free()
408 tbl->it_ops->flush(tbl); in iommu_free()
479 build_fail = tbl->it_ops->set(tbl, entry, npages, in ppc_iommu_map_sg()
518 if (tbl->it_ops->flush) in ppc_iommu_map_sg()
519 tbl->it_ops->flush(tbl); in ppc_iommu_map_sg()
584 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg()
585 tbl->it_ops->flush(tbl); in ppc_iommu_unmap_sg()
597 tbl->it_ops->clear(tbl, tbl->it_offset, tbl->it_size); in iommu_table_clear()
602 if (tbl->it_ops->get) { in iommu_table_clear()
607 tceval = tbl->it_ops->get(tbl, index + tbl->it_offset); in iommu_table_clear()
684 BUG_ON(!tbl->it_ops); in iommu_init_table()
739 if (tbl->it_ops->free) in iommu_table_free()
740 tbl->it_ops->free(tbl); in iommu_table_free()
970 if (tbl->it_ops->flush) in iommu_flush_tce()
971 tbl->it_ops->flush(tbl); in iommu_flush_tce()
1017 ret = tbl->it_ops->xchg_no_kill(tbl, entry, hpa, direction, false); in iommu_tce_xchg_no_kill()
1031 if (tbl->it_ops->tce_kill) in iommu_tce_kill()
1032 tbl->it_ops->tce_kill(tbl, entry, pages, false); in iommu_tce_kill()
1048 if (!tbl->it_ops->xchg_no_kill) in iommu_take_ownership()