Searched refs:it_ops (Results 1 – 9 of 9) sorted by relevance
367 if (tbl->it_ops->flush) in iommu_alloc()368 tbl->it_ops->flush(tbl); in iommu_alloc()454 if (tbl->it_ops->flush) in iommu_free()455 tbl->it_ops->flush(tbl); in iommu_free()565 if (tbl->it_ops->flush) in ppc_iommu_map_sg()629 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg()647 if (tbl->it_ops->get) { in iommu_table_clear()720 BUG_ON(!tbl->it_ops); in iommu_init_table()796 if (tbl->it_ops->free) in iommu_table_free()797 tbl->it_ops->free(tbl); in iommu_table_free()[all …]
110 struct iommu_table_ops *it_ops; member118 ((tbl)->it_ops->useraddrptr((tbl), (entry), false))120 ((tbl)->it_ops->useraddrptr((tbl), (entry), true))
149 iommu_table_iobmap.it_ops = &iommu_table_iobmap_ops; in iommu_table_iobmap_setup()
346 iommu_table_dart.it_ops = &iommu_dart_ops; in iommu_table_dart_setup()
629 WARN_ON(!ret && !(*ptbl)->it_ops->free); in tce_iommu_create_table()678 BUG_ON(!tbl->it_ops->free); in tce_iommu_create_window()
1200 tbl->it_ops = &iommu_table_lpar_multi_ops; in vio_build_iommu_table()1202 tbl->it_ops = &iommu_table_pseries_ops; in vio_build_iommu_table()
518 tbl->it_ops = table_ops; in iommu_table_setparms_common()
489 window->table.it_ops = &cell_iommu_ops; in cell_iommu_setup_window()
1609 tbl->it_ops = &pnv_ioda1_iommu_ops; in pnv_pci_ioda1_setup_dma_pe()1710 tbl->it_ops = &pnv_ioda2_iommu_ops; in pnv_pci_ioda2_create_table()
Completed in 33 milliseconds