Searched refs:it_ops (Results 1 – 9 of 9) sorted by relevance
/arch/powerpc/kernel/ |
D | iommu.c | 364 build_fail = tbl->it_ops->set(tbl, entry, npages, in iommu_alloc() 379 if (tbl->it_ops->flush) in iommu_alloc() 380 tbl->it_ops->flush(tbl); in iommu_alloc() 450 tbl->it_ops->clear(tbl, entry, npages); in __iommu_free() 466 if (tbl->it_ops->flush) in iommu_free() 467 tbl->it_ops->flush(tbl); in iommu_free() 538 build_fail = tbl->it_ops->set(tbl, entry, npages, in ppc_iommu_map_sg() 577 if (tbl->it_ops->flush) in ppc_iommu_map_sg() 578 tbl->it_ops->flush(tbl); in ppc_iommu_map_sg() 641 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg() [all …]
|
/arch/powerpc/include/asm/ |
D | iommu.h | 112 struct iommu_table_ops *it_ops; member 120 ((tbl)->it_ops->useraddrptr((tbl), (entry), false)) 122 ((tbl)->it_ops->useraddrptr((tbl), (entry), true))
|
/arch/powerpc/kvm/ |
D | book3s_64_vio_hv.c | 227 ret = tbl->it_ops->xchg_no_kill(tbl, entry, hpa, direction, true); in iommu_tce_xchg_no_kill_rm() 246 if (tbl->it_ops->tce_kill) in iommu_tce_kill_rm() 247 tbl->it_ops->tce_kill(tbl, entry, pages, true); in iommu_tce_kill_rm()
|
/arch/powerpc/platforms/pasemi/ |
D | iommu.c | 148 iommu_table_iobmap.it_ops = &iommu_table_iobmap_ops; in iommu_table_iobmap_setup()
|
/arch/powerpc/sysdev/ |
D | dart_iommu.c | 346 iommu_table_dart.it_ops = &iommu_dart_ops; in iommu_table_dart_setup()
|
/arch/powerpc/platforms/pseries/ |
D | vio.c | 1199 tbl->it_ops = &iommu_table_lpar_multi_ops; in vio_build_iommu_table() 1201 tbl->it_ops = &iommu_table_pseries_ops; in vio_build_iommu_table()
|
D | iommu.c | 532 tbl->it_ops = table_ops; in iommu_table_setparms_common()
|
/arch/powerpc/platforms/cell/ |
D | iommu.c | 487 window->table.it_ops = &cell_iommu_ops; in cell_iommu_setup_window()
|
/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 1618 tbl->it_ops = &pnv_ioda1_iommu_ops; in pnv_pci_ioda1_setup_dma_pe() 1719 tbl->it_ops = &pnv_ioda2_iommu_ops; in pnv_pci_ioda2_create_table()
|