Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_mmu.h12 struct msm_mmu_prealloc;
18 void (*prealloc_count)(struct msm_mmu *mmu, struct msm_mmu_prealloc *p,
20 int (*prealloc_allocate)(struct msm_mmu *mmu, struct msm_mmu_prealloc *p);
21 void (*prealloc_cleanup)(struct msm_mmu *mmu, struct msm_mmu_prealloc *p);
38 struct msm_mmu_prealloc { struct
66 struct msm_mmu_prealloc *prealloc; argument
H A Dmsm_iommu.c297 msm_iommu_pagetable_prealloc_count(struct msm_mmu *mmu, struct msm_mmu_prealloc *p, in msm_iommu_pagetable_prealloc_count()
330 msm_iommu_pagetable_prealloc_allocate(struct msm_mmu *mmu, struct msm_mmu_prealloc *p) in msm_iommu_pagetable_prealloc_allocate()
351 msm_iommu_pagetable_prealloc_cleanup(struct msm_mmu *mmu, struct msm_mmu_prealloc *p) in msm_iommu_pagetable_prealloc_cleanup()
384 struct msm_mmu_prealloc *p = pagetable->base.prealloc; in msm_iommu_pagetable_alloc_pt()
H A Dmsm_gem_vma.c118 struct msm_mmu_prealloc prealloc;