Searched refs:it_ops (Results 1 – 10 of 10) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | iommu.c | 370 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 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))
|
/linux/arch/powerpc/kvm/ |
A 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()
|
/linux/arch/powerpc/platforms/pasemi/ |
A D | iommu.c | 148 iommu_table_iobmap.it_ops = &iommu_table_iobmap_ops; in iommu_table_iobmap_setup()
|
/linux/arch/powerpc/sysdev/ |
A D | dart_iommu.c | 346 iommu_table_dart.it_ops = &iommu_dart_ops; in iommu_table_dart_setup()
|
/linux/drivers/vfio/ |
A D | vfio_iommu_spapr_tce.c | 629 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 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()
|
A D | iommu.c | 518 tbl->it_ops = table_ops; in iommu_table_setparms_common()
|
/linux/arch/powerpc/platforms/cell/ |
A D | iommu.c | 487 window->table.it_ops = &cell_iommu_ops; in cell_iommu_setup_window()
|
/linux/arch/powerpc/platforms/powernv/ |
A D | pci-ioda.c | 1618 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 35 milliseconds