Searched refs:it_ops (Results 1 – 7 of 7) sorted by relevance
381 if (tbl->it_ops->flush) in iommu_alloc()382 tbl->it_ops->flush(tbl); in iommu_alloc()468 if (tbl->it_ops->flush) in iommu_free()469 tbl->it_ops->flush(tbl); in iommu_free()579 if (tbl->it_ops->flush) in ppc_iommu_map_sg()643 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg()661 if (tbl->it_ops->get) { in iommu_table_clear()734 BUG_ON(!tbl->it_ops); in iommu_init_table()810 if (tbl->it_ops->free) in iommu_table_free()811 tbl->it_ops->free(tbl); in iommu_table_free()[all …]
115 struct iommu_table_ops *it_ops; member123 ((tbl)->it_ops->useraddrptr((tbl), (entry), false))125 ((tbl)->it_ops->useraddrptr((tbl), (entry), true))
149 iommu_table_iobmap.it_ops = &iommu_table_iobmap_ops; in iommu_table_iobmap_setup()
342 iommu_table_dart.it_ops = &iommu_dart_ops; in iommu_table_dart_setup()
1184 tbl->it_ops = &iommu_table_lpar_multi_ops; in vio_build_iommu_table()1186 tbl->it_ops = &iommu_table_pseries_ops; in vio_build_iommu_table()
576 tbl->it_ops = table_ops; in iommu_table_setparms_common()
1357 tbl->it_ops = &pnv_ioda2_iommu_ops; in pnv_pci_ioda2_create_table()
Completed in 23 milliseconds