Searched refs:msm_iommu (Results 1 – 4 of 4) sorted by relevance
14 struct msm_iommu { struct25 #define to_msm_iommu(x) container_of(x, struct msm_iommu, base) argument138 struct msm_iommu *iommu = to_msm_iommu(pagetable->parent); in msm_iommu_pagetable_map_prr()224 struct msm_iommu *iommu = to_msm_iommu(pagetable->parent); in msm_iommu_pagetable_destroy()269 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_get_geometry()507 struct msm_iommu *iommu = to_msm_iommu(parent); in msm_iommu_pagetable_create()632 struct msm_iommu *iommu = arg; in msm_gpu_fault_handler()652 struct msm_iommu *iommu = arg; in msm_disp_fault_handler()670 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_detach()679 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_map()[all …]
122 msm_iommu.o \
20 obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o
21511 F: drivers/iommu/msm_iommu*