Home
last modified time | relevance | path

Searched refs:it_ops (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Diommu.c325 build_fail = tbl->it_ops->set(tbl, entry, npages, in iommu_alloc()
340 if (tbl->it_ops->flush) in iommu_alloc()
341 tbl->it_ops->flush(tbl); in iommu_alloc()
411 tbl->it_ops->clear(tbl, entry, npages); in __iommu_free()
427 if (tbl->it_ops->flush) in iommu_free()
428 tbl->it_ops->flush(tbl); in iommu_free()
498 build_fail = tbl->it_ops->set(tbl, entry, npages, in ppc_iommu_map_sg()
537 if (tbl->it_ops->flush) in ppc_iommu_map_sg()
538 tbl->it_ops->flush(tbl); in ppc_iommu_map_sg()
603 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg()
[all …]
Dvio.c1200 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()
/linux-4.4.14/arch/powerpc/platforms/pasemi/
Diommu.c160 iommu_table_iobmap.it_ops = &iommu_table_iobmap_ops; in iommu_table_iobmap_setup()
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_spapr_tce.c584 WARN_ON(!ret && !(*ptbl)->it_ops->free); in tce_iommu_create_table()
590 (*ptbl)->it_ops->free(*ptbl); in tce_iommu_create_table()
604 tbl->it_ops->free(tbl); in tce_iommu_free_table()
642 BUG_ON(!tbl->it_ops->free); in tce_iommu_create_window()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c693 tbl->it_ops = &iommu_table_pseries_ops; in pci_dma_bus_setup_pSeries()
744 tbl->it_ops = &iommu_table_lpar_multi_ops; in pci_dma_bus_setup_pSeriesLP()
773 tbl->it_ops = &iommu_table_pseries_ops; in pci_dma_dev_setup_pSeries()
1198 tbl->it_ops = &iommu_table_lpar_multi_ops; in pci_dma_dev_setup_pSeriesLP()
/linux-4.4.14/arch/powerpc/include/asm/
Diommu.h116 struct iommu_table_ops *it_ops; member
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-p5ioc2.c101 tbl->it_ops = &pnv_p5ioc2_iommu_ops; in pnv_pci_p5ioc2_dma_dev_setup()
Dpci-ioda.c1915 tbl->it_ops = &pnv_ioda1_iommu_ops; in pnv_pci_ioda_setup_dma_pe()
2038 tbl->it_ops = &pnv_ioda2_iommu_ops; in pnv_pci_ioda2_create_table()
/linux-4.4.14/arch/powerpc/sysdev/
Ddart_iommu.c307 iommu_table_dart.it_ops = &iommu_dart_ops; in iommu_table_dart_setup()
/linux-4.4.14/arch/powerpc/platforms/cell/
Diommu.c500 window->table.it_ops = &cell_iommu_ops; in cell_iommu_setup_window()