Searched refs:it_ops (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | iommu.c | 366 build_fail = tbl->it_ops->set(tbl, entry, npages, in iommu_alloc() 381 if (tbl->it_ops->flush) in iommu_alloc() 382 tbl->it_ops->flush(tbl); in iommu_alloc() 452 tbl->it_ops->clear(tbl, entry, npages); in __iommu_free() 468 if (tbl->it_ops->flush) in iommu_free() 469 tbl->it_ops->flush(tbl); in iommu_free() 540 build_fail = tbl->it_ops->set(tbl, entry, npages, in ppc_iommu_map_sg() 579 if (tbl->it_ops->flush) in ppc_iommu_map_sg() 580 tbl->it_ops->flush(tbl); in ppc_iommu_map_sg() 643 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | iommu.h | 115 struct iommu_table_ops *it_ops; member 123 ((tbl)->it_ops->useraddrptr((tbl), (entry), false)) 125 ((tbl)->it_ops->useraddrptr((tbl), (entry), true))
|
| /linux/arch/powerpc/platforms/pasemi/ |
| H A D | iommu.c | 149 iommu_table_iobmap.it_ops = &iommu_table_iobmap_ops; in iommu_table_iobmap_setup()
|
| /linux/arch/powerpc/sysdev/ |
| H A D | dart_iommu.c | 342 iommu_table_dart.it_ops = &iommu_dart_ops; in iommu_table_dart_setup()
|
| /linux/drivers/vfio/ |
| H A D | vfio_iommu_spapr_tce.c | 628 WARN_ON(!ret && !(*ptbl)->it_ops->free); in tce_iommu_create_table() 677 BUG_ON(!tbl->it_ops->free); in tce_iommu_create_window()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | vio.c | 1187 tbl->it_ops = &iommu_table_lpar_multi_ops; in vio_build_iommu_table() 1189 tbl->it_ops = &iommu_table_pseries_ops; in vio_build_iommu_table()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | pci-ioda.c | 1357 tbl->it_ops = &pnv_ioda2_iommu_ops; in pnv_pci_ioda2_create_table()
|