Searched refs:it_ops (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Diommu.c364 build_fail = tbl->it_ops->set(tbl, entry, npages,
368 /* tbl->it_ops->set() only returns non-zero for transient errors.
379 if (tbl->it_ops->flush)
380 tbl->it_ops->flush(tbl);
450 tbl->it_ops->clear(tbl, entry, npages);
466 if (tbl->it_ops->flush)
467 tbl->it_ops->flush(tbl);
538 build_fail = tbl->it_ops->set(tbl, entry, npages,
577 if (tbl->it_ops->flush)
578 tbl->it_ops
[all...]
/linux-master/arch/powerpc/include/asm/
H A Diommu.h113 struct iommu_table_ops *it_ops; member in struct:iommu_table
121 ((tbl)->it_ops->useraddrptr((tbl), (entry), false))
123 ((tbl)->it_ops->useraddrptr((tbl), (entry), true))
/linux-master/arch/powerpc/sysdev/
H A Ddart_iommu.c346 iommu_table_dart.it_ops = &iommu_dart_ops;
/linux-master/arch/powerpc/platforms/pasemi/
H A Diommu.c149 iommu_table_iobmap.it_ops = &iommu_table_iobmap_ops;
/linux-master/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c629 WARN_ON(!ret && !(*ptbl)->it_ops->free);
678 BUG_ON(!tbl->it_ops->free);
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c1184 tbl->it_ops = &iommu_table_lpar_multi_ops;
1186 tbl->it_ops = &iommu_table_pseries_ops;
H A Diommu.c537 tbl->it_ops = table_ops;
/linux-master/arch/powerpc/platforms/cell/
H A Diommu.c489 window->table.it_ops = &cell_iommu_ops;
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1359 tbl->it_ops = &pnv_ioda2_iommu_ops;

Completed in 228 milliseconds