Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_iommu.c12 struct msm_iommu { struct
18 #define to_msm_iommu(x) container_of(x, struct msm_iommu, base) argument
155 struct msm_iommu *iommu = to_msm_iommu(pagetable->parent); in msm_iommu_pagetable_destroy()
221 struct msm_iommu *iommu = to_msm_iommu(parent); in msm_iommu_pagetable_create()
297 struct msm_iommu *iommu = arg; in msm_fault_handler()
322 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_detach()
330 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_map()
345 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_unmap()
357 struct msm_iommu *iommu = to_msm_iommu(mmu); in msm_iommu_destroy()
372 struct msm_iommu *iommu; in msm_iommu_new()
DMakefile107 msm_iommu.o \
/linux-6.1.9/drivers/iommu/
DMakefile15 obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o