Lines Matching refs:msm_iommu_pagetable
20 struct msm_iommu_pagetable { struct
30 static struct msm_iommu_pagetable *to_pagetable(struct msm_mmu *mmu) in to_pagetable() argument
32 return container_of(mmu, struct msm_iommu_pagetable, base); in to_pagetable()
36 static size_t calc_pgsize(struct msm_iommu_pagetable *pagetable, in calc_pgsize()
94 struct msm_iommu_pagetable *pagetable = to_pagetable(mmu); in msm_iommu_pagetable_unmap()
118 struct msm_iommu_pagetable *pagetable = to_pagetable(mmu); in msm_iommu_pagetable_map()
156 struct msm_iommu_pagetable *pagetable = to_pagetable(mmu); in msm_iommu_pagetable_destroy()
175 struct msm_iommu_pagetable *pagetable; in msm_iommu_pagetable_params()
206 struct msm_iommu_pagetable *pagetable = cookie; in msm_iommu_tlb_flush_all()
222 struct msm_iommu_pagetable *pagetable = cookie; in msm_iommu_tlb_flush_walk()
253 struct msm_iommu_pagetable *pagetable; in msm_iommu_pagetable_create()