Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_iommu.c12 struct msm_iommu { struct
18 #define to_msm_iommu(x) container_of(x, struct msm_iommu, base) argument
85 struct msm_iommu *iommu = to_msm_iommu(pagetable->parent); in msm_iommu_pagetable_destroy()
148 struct msm_iommu *iommu = to_msm_iommu(parent); in msm_iommu_pagetable_create()
213 struct msm_iommu *iommu = arg; in msm_fault_handler()
222 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_detach()
230 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_map()
245 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_unmap()
257 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_destroy()
271 struct msm_iommu *iommu; in msm_iommu_new()
H A DMakefile91 msm_iommu.o \
/OK3568_Linux_fs/kernel/drivers/iommu/
H A DMakefile14 obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o