Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Diommu.h291 static inline void iommu_restore(void) in iommu_restore() function
293 if (ppc_md.iommu_restore) in iommu_restore()
294 ppc_md.iommu_restore(); in iommu_restore()
/linux/arch/powerpc/kernel/
H A Dswsusp_64.c18 iommu_restore(); in do_after_copyback()
/linux/arch/powerpc/sysdev/
H A Ddart_iommu.c434 ppc_md.iommu_restore = iommu_dart_restore; in iommu_init_late_dart()