Searched refs:it_ops (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/arch/powerpc/kernel/ |
D | iommu.c | 354 build_fail = tbl->it_ops->set(tbl, entry, npages, in iommu_alloc() 369 if (tbl->it_ops->flush) in iommu_alloc() 370 tbl->it_ops->flush(tbl); in iommu_alloc() 440 tbl->it_ops->clear(tbl, entry, npages); in __iommu_free() 456 if (tbl->it_ops->flush) in iommu_free() 457 tbl->it_ops->flush(tbl); in iommu_free() 528 build_fail = tbl->it_ops->set(tbl, entry, npages, in ppc_iommu_map_sg() 567 if (tbl->it_ops->flush) in ppc_iommu_map_sg() 568 tbl->it_ops->flush(tbl); in ppc_iommu_map_sg() 631 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg() [all …]
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | iommu.h | 110 struct iommu_table_ops *it_ops; member 118 ((tbl)->it_ops->useraddrptr((tbl), (entry), false)) 120 ((tbl)->it_ops->useraddrptr((tbl), (entry), true))
|
/Linux-v6.1/arch/powerpc/platforms/pasemi/ |
D | iommu.c | 149 iommu_table_iobmap.it_ops = &iommu_table_iobmap_ops; in iommu_table_iobmap_setup()
|
/Linux-v6.1/arch/powerpc/sysdev/ |
D | dart_iommu.c | 346 iommu_table_dart.it_ops = &iommu_dart_ops; in iommu_table_dart_setup()
|
/Linux-v6.1/drivers/vfio/ |
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-v6.1/arch/powerpc/platforms/pseries/ |
D | vio.c | 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()
|
D | iommu.c | 518 tbl->it_ops = table_ops; in iommu_table_setparms_common()
|
/Linux-v6.1/arch/powerpc/platforms/cell/ |
D | iommu.c | 489 window->table.it_ops = &cell_iommu_ops; in cell_iommu_setup_window()
|
/Linux-v6.1/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 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()
|