Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Diommu.c370 if (tbl->it_ops->flush) in iommu_alloc()
371 tbl->it_ops->flush(tbl); in iommu_alloc()
457 if (tbl->it_ops->flush) in iommu_free()
458 tbl->it_ops->flush(tbl); in iommu_free()
568 if (tbl->it_ops->flush) in ppc_iommu_map_sg()
632 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg()
650 if (tbl->it_ops->get) { in iommu_table_clear()
723 BUG_ON(!tbl->it_ops); in iommu_init_table()
794 if (tbl->it_ops->free) in iommu_table_free()
795 tbl->it_ops->free(tbl); in iommu_table_free()
[all …]
/linux/arch/powerpc/include/asm/
A Diommu.h112 struct iommu_table_ops *it_ops; member
120 ((tbl)->it_ops->useraddrptr((tbl), (entry), false))
122 ((tbl)->it_ops->useraddrptr((tbl), (entry), true))
/linux/arch/powerpc/kvm/
A Dbook3s_64_vio_hv.c227 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()
/linux/arch/powerpc/platforms/pasemi/
A Diommu.c148 iommu_table_iobmap.it_ops = &iommu_table_iobmap_ops; in iommu_table_iobmap_setup()
/linux/arch/powerpc/sysdev/
A Ddart_iommu.c346 iommu_table_dart.it_ops = &iommu_dart_ops; in iommu_table_dart_setup()
/linux/drivers/vfio/
A Dvfio_iommu_spapr_tce.c629 WARN_ON(!ret && !(*ptbl)->it_ops->free); in tce_iommu_create_table()
678 BUG_ON(!tbl->it_ops->free); in tce_iommu_create_window()
/linux/arch/powerpc/platforms/pseries/
A Dvio.c1199 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()
A Diommu.c518 tbl->it_ops = table_ops; in iommu_table_setparms_common()
/linux/arch/powerpc/platforms/cell/
A Diommu.c487 window->table.it_ops = &cell_iommu_ops; in cell_iommu_setup_window()
/linux/arch/powerpc/platforms/powernv/
A Dpci-ioda.c1618 tbl->it_ops = &pnv_ioda1_iommu_ops; in pnv_pci_ioda1_setup_dma_pe()
1718 tbl->it_ops = &pnv_ioda2_iommu_ops; in pnv_pci_ioda2_create_table()

Completed in 26 milliseconds