Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Diommu.h115 struct iommu_table_ops *it_ops; member
123 ((tbl)->it_ops->useraddrptr((tbl), (entry), false))
125 ((tbl)->it_ops->useraddrptr((tbl), (entry), true))
/linux/arch/powerpc/platforms/pasemi/
H A Diommu.c149 iommu_table_iobmap.it_ops = &iommu_table_iobmap_ops; in iommu_table_iobmap_setup()
/linux/arch/powerpc/sysdev/
H A Ddart_iommu.c342 iommu_table_dart.it_ops = &iommu_dart_ops; in iommu_table_dart_setup()
/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c628 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/arch/powerpc/platforms/pseries/
H A Dvio.c1184 tbl->it_ops = &iommu_table_lpar_multi_ops; in vio_build_iommu_table()
1186 tbl->it_ops = &iommu_table_pseries_ops; in vio_build_iommu_table()
/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1359 tbl->it_ops = &pnv_ioda2_iommu_ops; in pnv_pci_ioda2_create_table()