Home
last modified time | relevance | path

Searched refs:tce_flush (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Diommu.c340 if (ppc_md.tce_flush) in iommu_alloc()
341 ppc_md.tce_flush(tbl); in iommu_alloc()
427 if (ppc_md.tce_flush) in iommu_free()
428 ppc_md.tce_flush(tbl); in iommu_free()
537 if (ppc_md.tce_flush) in ppc_iommu_map_sg()
538 ppc_md.tce_flush(tbl); in ppc_iommu_map_sg()
603 if (ppc_md.tce_flush) in ppc_iommu_unmap_sg()
604 ppc_md.tce_flush(tbl); in ppc_iommu_unmap_sg()
922 if (ppc_md.tce_flush) in iommu_flush_tce()
923 ppc_md.tce_flush(tbl); in iommu_flush_tce()
/linux-4.1.27/arch/powerpc/include/asm/
Dmachdep.h79 void (*tce_flush)(struct iommu_table *tbl); member
/linux-4.1.27/arch/powerpc/sysdev/
Ddart_iommu.c392 ppc_md.tce_flush = dart_flush; in iommu_init_early_dart()