Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/mm/
Dmmu_context_iommu.c272 long mm_iommu_ua_to_hpa(struct mm_iommu_table_group_mem_t *mem, in mm_iommu_ua_to_hpa() function
285 EXPORT_SYMBOL_GPL(mm_iommu_ua_to_hpa);
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu_context.h31 extern long mm_iommu_ua_to_hpa(struct mm_iommu_table_group_mem_t *mem,
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_spapr_tce.c384 ret = mm_iommu_ua_to_hpa(mem, tce, phpa); in tce_iommu_prereg_ua_to_hpa()