Home
last modified time | relevance | path

Searched refs:pagetable (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/msm/
Dmsm_iommu.c35 struct msm_iommu_pagetable *pagetable = to_pagetable(mmu); in msm_iommu_pagetable_unmap() local
36 struct io_pgtable_ops *ops = pagetable->pgtbl_ops; in msm_iommu_pagetable_unmap()
46 iommu_flush_iotlb_all(to_msm_iommu(pagetable->parent)->domain); in msm_iommu_pagetable_unmap()
54 struct msm_iommu_pagetable *pagetable = to_pagetable(mmu); in msm_iommu_pagetable_map() local
55 struct io_pgtable_ops *ops = pagetable->pgtbl_ops; in msm_iommu_pagetable_map()
84 struct msm_iommu_pagetable *pagetable = to_pagetable(mmu); in msm_iommu_pagetable_destroy() local
85 struct msm_iommu *iommu = to_msm_iommu(pagetable->parent); in msm_iommu_pagetable_destroy()
87 dev_get_drvdata(pagetable->parent->dev); in msm_iommu_pagetable_destroy()
96 free_io_pgtable_ops(pagetable->pgtbl_ops); in msm_iommu_pagetable_destroy()
97 kfree(pagetable); in msm_iommu_pagetable_destroy()
[all …]
/drivers/iommu/
Dexynos-iommu.c831 phys_addr_t pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_detach_device() local
861 &pagetable); in exynos_iommu_detach_device()
870 phys_addr_t pagetable = virt_to_phys(domain->pgtable); in exynos_iommu_attach_device() local
884 data->pgtable = pagetable; in exynos_iommu_attach_device()
902 &pagetable); in exynos_iommu_attach_device()
Domap-iommu-debug.c240 DEFINE_SHOW_ATTRIBUTE(pagetable);
DKconfig28 # Selected by the actual pagetable implementations
37 Enable support for the ARM long descriptor pagetable format.
56 Enable support for the ARM Short-descriptor pagetable format.