Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_iommu.c21 struct msm_iommu { struct
25 #define to_msm_iommu(x) container_of(x, struct msm_iommu, base) argument
30 struct msm_iommu *iommu = arg; in msm_fault_handler()
40 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_attach()
53 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_detach()
63 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_map()
77 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_unmap()
88 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_destroy()
103 struct msm_iommu *iommu; in msm_iommu_new()
DMakefile90 msm_iommu.o \
/Linux-v4.19/drivers/iommu/
DMakefile12 obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o