Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/mm/
Dmmu_context_iommu.c198 long mm_iommu_put(struct mm_iommu_table_group_mem_t *mem) in mm_iommu_put() function
232 EXPORT_SYMBOL_GPL(mm_iommu_put);
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu_context.h24 extern long mm_iommu_put(struct mm_iommu_table_group_mem_t *mem);
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_spapr_tce.c117 return mm_iommu_put(mem); in tce_iommu_unregister_pages()