Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/book3s64/
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);
/linux-6.1.9/arch/powerpc/include/asm/
Dmmu_context.h25 extern long mm_iommu_new(struct mm_struct *mm,
/linux-6.1.9/drivers/vfio/
Dvfio_iommu_spapr_tce.c156 ret = mm_iommu_new(container->mm, vaddr, entries, &mem); in tce_iommu_register_pages()