Lines Matching refs:it_ops
364 build_fail = tbl->it_ops->set(tbl, entry, npages, in iommu_alloc()
379 if (tbl->it_ops->flush) in iommu_alloc()
380 tbl->it_ops->flush(tbl); in iommu_alloc()
450 tbl->it_ops->clear(tbl, entry, npages); in __iommu_free()
466 if (tbl->it_ops->flush) in iommu_free()
467 tbl->it_ops->flush(tbl); in iommu_free()
538 build_fail = tbl->it_ops->set(tbl, entry, npages, in ppc_iommu_map_sg()
577 if (tbl->it_ops->flush) in ppc_iommu_map_sg()
578 tbl->it_ops->flush(tbl); in ppc_iommu_map_sg()
641 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg()
642 tbl->it_ops->flush(tbl); in ppc_iommu_unmap_sg()
654 tbl->it_ops->clear(tbl, tbl->it_offset, tbl->it_size); in iommu_table_clear()
659 if (tbl->it_ops->get) { in iommu_table_clear()
664 tceval = tbl->it_ops->get(tbl, index + tbl->it_offset); in iommu_table_clear()
732 BUG_ON(!tbl->it_ops); in iommu_init_table()
808 if (tbl->it_ops->free) in iommu_table_free()
809 tbl->it_ops->free(tbl); in iommu_table_free()
1038 if (tbl->it_ops->flush) in iommu_flush_tce()
1039 tbl->it_ops->flush(tbl); in iommu_flush_tce()
1085 ret = tbl->it_ops->xchg_no_kill(tbl, entry, hpa, direction); in iommu_tce_xchg_no_kill()
1099 if (tbl->it_ops->tce_kill) in iommu_tce_kill()
1100 tbl->it_ops->tce_kill(tbl, entry, pages); in iommu_tce_kill()
1117 if (!tbl->it_ops->xchg_no_kill) in iommu_take_ownership()