Home
last modified time | relevance | path

Searched refs:map_pages (Results 1 – 25 of 51) sorted by relevance

123

/linux/drivers/iommu/
H A Dio-pgtable-arm-selftests.c91 if (ops->map_pages(ops, iova, iova, size, 1, in arm_lpae_run_tests()
98 if (!ops->map_pages(ops, iova, iova + size, size, 1, in arm_lpae_run_tests()
121 if (ops->map_pages(ops, iova, iova, size, 1, in arm_lpae_run_tests()
138 if (ops->map_pages(ops, iova, iova, size, 1, in arm_lpae_run_tests()
H A Dio-pgtable-arm-v7s.c714 .map_pages = arm_v7s_map_pages, in arm_v7s_alloc_pgtable()
855 if (ops->map_pages(ops, iova, iova, size, 1, in arm_v7s_do_selftests()
862 if (!ops->map_pages(ops, iova, iova + size, size, 1, in arm_v7s_do_selftests()
885 if (ops->map_pages(ops, iova, iova, size, 1, IOMMU_WRITE, in arm_v7s_do_selftests()
H A Dmsm_iommu.c495 ret = priv->iop->map_pages(priv->iop, iova, pa, pgsize, pgcount, prot, in msm_iommu_map()
699 .map_pages = msm_iommu_map,
H A Dipmmu-vmsa.c675 return domain->iop->map_pages(domain->iop, iova, paddr, pgsize, pgcount, in ipmmu_map()
891 .map_pages = ipmmu_map,
H A Dio-pgtable-dart.c400 .map_pages = dart_map_pages, in dart_alloc_pgtable()
H A Dsprd-iommu.c419 .map_pages = sprd_iommu_map,
H A Dapple-dart.c554 return ops->map_pages(ops, iova, paddr, pgsize, pgcount, prot, gfp, in apple_dart_map_pages()
1016 .map_pages = apple_dart_map_pages,
H A Dmtk_iommu_v1.c591 .map_pages = mtk_iommu_v1_map,
H A Dmtk_iommu.c822 return dom->iop->map_pages(dom->iop, iova, paddr, pgsize, pgcount, prot, gfp, mapped); in mtk_iommu_map()
1068 .map_pages = mtk_iommu_map,
H A Dsun50i-iommu.c861 .map_pages = sun50i_iommu_map,
/linux/arch/alpha/include/asm/
H A Dhwrpb.h137 unsigned long map_pages; member
/linux/include/linux/generic_pt/
H A Diommu.h226 .map_pages = &pt_iommu_##fmt##_map_pages, \
/linux/include/linux/
H A Dio-pgtable.h211 int (*map_pages)(struct io_pgtable_ops *ops, unsigned long iova, member
/linux/drivers/gpu/drm/msm/
H A Dmsm_iommu.c147 ret = ops->map_pages(ops, addr, phys, size, 1, prot, GFP_KERNEL, &mapped); in msm_iommu_pagetable_map_prr()
200 ret = ops->map_pages(ops, addr, phys, pgsize, count, in msm_iommu_pagetable_map()
/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c442 ret = ops->map_pages(ops, iova, paddr, pgsize, pgcount, prot, GFP_ATOMIC, mapped); in qcom_iommu_map()
601 .map_pages = qcom_iommu_map,
/linux/fs/vboxsf/
H A Dfile.c165 .map_pages = filemap_map_pages,
/linux/Documentation/filesystems/
H A Dlocking.rst596 vm_fault_t (*map_pages)(struct vm_fault *, pgoff_t start, pgoff_t end);
610 map_pages: maybe-read
631 ->map_pages() is called when VM asks to map easy accessible pages.
633 till "end_pgoff". ->map_pages() is called with the RCU lock held and must
/linux/drivers/gpu/drm/
H A Ddrm_gpusvm.c1449 map_pages: in drm_gpusvm_get_pages()
1479 goto map_pages; in drm_gpusvm_get_pages()
/linux/fs/orangefs/
H A Dfile.c394 .map_pages = filemap_map_pages,
/linux/drivers/iommu/generic_pt/
H A Diommu_pt.h843 int DOMAIN_NS(map_pages)(struct iommu_domain *domain, unsigned long iova, in DOMAIN_NS() argument
921 EXPORT_SYMBOL_NS_GPL(DOMAIN_NS(map_pages), "GENERIC_PT_IOMMU");
/linux/fs/afs/
H A Dfile.c67 .map_pages = afs_vm_map_pages,
/linux/fs/zonefs/
H A Dfile.c321 .map_pages = filemap_map_pages,
/linux/fs/nfs/
H A Dfile.c693 .map_pages = filemap_map_pages,
/linux/fs/ext4/
H A Dfile.c799 .map_pages = filemap_map_pages,
/linux/tools/testing/vma/include/
H A Ddup.h627 vm_fault_t (*map_pages)(struct vm_fault *vmf, member

123