Lines Matching refs:it_ops
354 build_fail = tbl->it_ops->set(tbl, entry, npages, in iommu_alloc()
369 if (tbl->it_ops->flush) in iommu_alloc()
370 tbl->it_ops->flush(tbl); in iommu_alloc()
440 tbl->it_ops->clear(tbl, entry, npages); in __iommu_free()
456 if (tbl->it_ops->flush) in iommu_free()
457 tbl->it_ops->flush(tbl); in iommu_free()
528 build_fail = tbl->it_ops->set(tbl, entry, npages, in ppc_iommu_map_sg()
567 if (tbl->it_ops->flush) in ppc_iommu_map_sg()
568 tbl->it_ops->flush(tbl); in ppc_iommu_map_sg()
631 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg()
632 tbl->it_ops->flush(tbl); in ppc_iommu_unmap_sg()
644 tbl->it_ops->clear(tbl, tbl->it_offset, tbl->it_size); in iommu_table_clear()
649 if (tbl->it_ops->get) { in iommu_table_clear()
654 tceval = tbl->it_ops->get(tbl, index + tbl->it_offset); in iommu_table_clear()
722 BUG_ON(!tbl->it_ops); in iommu_init_table()
798 if (tbl->it_ops->free) in iommu_table_free()
799 tbl->it_ops->free(tbl); in iommu_table_free()
1025 if (tbl->it_ops->flush) in iommu_flush_tce()
1026 tbl->it_ops->flush(tbl); in iommu_flush_tce()
1072 ret = tbl->it_ops->xchg_no_kill(tbl, entry, hpa, direction); in iommu_tce_xchg_no_kill()
1086 if (tbl->it_ops->tce_kill) in iommu_tce_kill()
1087 tbl->it_ops->tce_kill(tbl, entry, pages); in iommu_tce_kill()
1103 if (!tbl->it_ops->xchg_no_kill) in iommu_take_ownership()