Searched refs:iommu_restore (Results 1 – 4 of 4) sorted by relevance
16 iommu_restore(); in do_after_copyback()
281 static inline void iommu_restore(void) in iommu_restore() function283 if (ppc_md.iommu_restore) in iommu_restore()284 ppc_md.iommu_restore(); in iommu_restore()
27 void (*iommu_restore)(void); member
438 ppc_md.iommu_restore = iommu_dart_restore; in iommu_init_late_dart()