Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Diommu_api.c186 long mm_iommu_new(struct mm_struct *mm, unsigned long ua, unsigned long entries, in mm_iommu_new() function
192 EXPORT_SYMBOL_GPL(mm_iommu_new);
/openbmc/linux/arch/powerpc/include/asm/
H A Dmmu_context.h25 extern long mm_iommu_new(struct mm_struct *mm,
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c157 ret = mm_iommu_new(container->mm, vaddr, entries, &mem); in tce_iommu_register_pages()