Searched refs:iommu_domain (Results 1 - 37 of 37) sorted by relevance

/linux-4.1.27/include/linux/
H A Diommu.h38 struct iommu_domain;
45 typedef int (*iommu_fault_handler_t)(struct iommu_domain *,
78 struct iommu_domain { struct
142 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);
143 void (*domain_free)(struct iommu_domain *);
145 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);
146 void (*detach_dev)(struct iommu_domain *domain, struct device *dev);
147 int (*map)(struct iommu_domain *domain, unsigned long iova,
149 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova,
151 size_t (*map_sg)(struct iommu_domain *domain, unsigned long iova,
153 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova);
157 int (*domain_get_attr)(struct iommu_domain *domain,
159 int (*domain_set_attr)(struct iommu_domain *domain,
163 int (*domain_window_enable)(struct iommu_domain *domain, u32 wnd_nr,
165 void (*domain_window_disable)(struct iommu_domain *domain, u32 wnd_nr);
167 int (*domain_set_windows)(struct iommu_domain *domain, u32 w_count);
169 u32 (*domain_get_windows)(struct iommu_domain *domain);
189 extern struct iommu_domain *iommu_domain_alloc(struct bus_type *bus);
191 extern void iommu_domain_free(struct iommu_domain *domain);
192 extern int iommu_attach_device(struct iommu_domain *domain,
194 extern void iommu_detach_device(struct iommu_domain *domain,
196 extern int iommu_map(struct iommu_domain *domain, unsigned long iova,
198 extern size_t iommu_unmap(struct iommu_domain *domain, unsigned long iova,
200 extern size_t default_iommu_map_sg(struct iommu_domain *domain, unsigned long iova,
203 extern phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova);
204 extern void iommu_set_fault_handler(struct iommu_domain *domain,
207 extern int iommu_attach_group(struct iommu_domain *domain,
209 extern void iommu_detach_group(struct iommu_domain *domain,
231 extern int iommu_domain_get_attr(struct iommu_domain *domain, enum iommu_attr,
233 extern int iommu_domain_set_attr(struct iommu_domain *domain, enum iommu_attr,
243 extern int iommu_domain_window_enable(struct iommu_domain *domain, u32 wnd_nr,
246 extern void iommu_domain_window_disable(struct iommu_domain *domain, u32 wnd_nr);
271 static inline int report_iommu_fault(struct iommu_domain *domain, report_iommu_fault()
288 static inline size_t iommu_map_sg(struct iommu_domain *domain, iommu_map_sg()
310 static inline struct iommu_domain *iommu_domain_alloc(struct bus_type *bus) iommu_domain_alloc()
320 static inline void iommu_domain_free(struct iommu_domain *domain) iommu_domain_free()
324 static inline int iommu_attach_device(struct iommu_domain *domain, iommu_attach_device()
330 static inline void iommu_detach_device(struct iommu_domain *domain, iommu_detach_device()
335 static inline int iommu_map(struct iommu_domain *domain, unsigned long iova, iommu_map()
341 static inline int iommu_unmap(struct iommu_domain *domain, unsigned long iova, iommu_unmap()
347 static inline size_t iommu_map_sg(struct iommu_domain *domain, iommu_map_sg()
354 static inline int iommu_domain_window_enable(struct iommu_domain *domain, iommu_domain_window_enable()
361 static inline void iommu_domain_window_disable(struct iommu_domain *domain, iommu_domain_window_disable()
366 static inline phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova) iommu_iova_to_phys()
371 static inline void iommu_set_fault_handler(struct iommu_domain *domain, iommu_set_fault_handler()
376 static inline int iommu_attach_group(struct iommu_domain *domain, iommu_attach_group()
382 static inline void iommu_detach_group(struct iommu_domain *domain, iommu_detach_group()
452 static inline int iommu_domain_get_attr(struct iommu_domain *domain, iommu_domain_get_attr()
458 static inline int iommu_domain_set_attr(struct iommu_domain *domain, iommu_domain_set_attr()
H A Dremoteproc.h411 struct iommu_domain *domain;
/linux-4.1.27/drivers/iommu/
H A Damd_iommu_proto.h43 struct iommu_domain;
48 extern void amd_iommu_domain_direct_map(struct iommu_domain *dom);
49 extern int amd_iommu_domain_enable_v2(struct iommu_domain *dom, int pasids);
50 extern int amd_iommu_flush_page(struct iommu_domain *dom, int pasid,
52 extern int amd_iommu_flush_tlb(struct iommu_domain *dom, int pasid);
53 extern int amd_iommu_domain_set_gcr3(struct iommu_domain *dom, int pasid,
55 extern int amd_iommu_domain_clear_gcr3(struct iommu_domain *dom, int pasid);
56 extern struct iommu_domain *amd_iommu_get_v2_domain(struct pci_dev *pdev);
H A Dshmobile-iommu.c45 struct iommu_domain domain;
51 static struct shmobile_iommu_domain *to_sh_domain(struct iommu_domain *dom) to_sh_domain()
91 static struct iommu_domain *shmobile_iommu_domain_alloc(unsigned type) shmobile_iommu_domain_alloc()
115 static void shmobile_iommu_domain_free(struct iommu_domain *domain) shmobile_iommu_domain_free()
128 static int shmobile_iommu_attach_device(struct iommu_domain *domain, shmobile_iommu_attach_device()
157 static void shmobile_iommu_detach_device(struct iommu_domain *domain, shmobile_iommu_detach_device()
220 static int shmobile_iommu_map(struct iommu_domain *domain, unsigned long iova, shmobile_iommu_map()
264 static size_t shmobile_iommu_unmap(struct iommu_domain *domain, shmobile_iommu_unmap()
305 static phys_addr_t shmobile_iommu_iova_to_phys(struct iommu_domain *domain, shmobile_iommu_iova_to_phys()
H A Dfsl_pamu_domain.c36 static struct fsl_dma_domain *to_fsl_dma_domain(struct iommu_domain *dom) to_fsl_dma_domain()
38 return container_of(dom, struct fsl_dma_domain, iommu_domain); to_fsl_dma_domain()
49 pr_debug("Couldn't create fsl iommu_domain cache\n"); iommu_init_mempool()
73 geom = &dma_domain->iommu_domain.geometry; get_phys_addr()
131 phys_addr_t wnd_addr = dma_domain->iommu_domain.geometry.aperture_start; map_win()
180 wnd_addr = dma_domain->iommu_domain.geometry.aperture_start; update_liodn()
336 info->dev->archdata.iommu_domain = NULL; remove_device_ref()
365 old_domain_info = dev->archdata.iommu_domain; attach_device()
384 if (!dev->archdata.iommu_domain) attach_device()
385 dev->archdata.iommu_domain = info; attach_device()
389 static phys_addr_t fsl_pamu_iova_to_phys(struct iommu_domain *domain, fsl_pamu_iova_to_phys()
406 static void fsl_pamu_domain_free(struct iommu_domain *domain) fsl_pamu_domain_free()
419 static struct iommu_domain *fsl_pamu_domain_alloc(unsigned type) fsl_pamu_domain_alloc()
432 dma_domain->iommu_domain. geometry.aperture_start = 0; fsl_pamu_domain_alloc()
433 dma_domain->iommu_domain.geometry.aperture_end = (1ULL << 36) - 1; fsl_pamu_domain_alloc()
434 dma_domain->iommu_domain.geometry.force_aperture = true; fsl_pamu_domain_alloc()
436 return &dma_domain->iommu_domain; fsl_pamu_domain_alloc()
504 static void fsl_pamu_window_disable(struct iommu_domain *domain, u32 wnd_nr) fsl_pamu_window_disable()
534 static int fsl_pamu_window_enable(struct iommu_domain *domain, u32 wnd_nr, fsl_pamu_window_enable()
614 struct iommu_domain *domain = &dma_domain->iommu_domain; handle_attach_device()
657 static int fsl_pamu_attach_device(struct iommu_domain *domain, fsl_pamu_attach_device()
695 static void fsl_pamu_detach_device(struct iommu_domain *domain, fsl_pamu_detach_device()
727 static int configure_domain_geometry(struct iommu_domain *domain, void *data) configure_domain_geometry()
817 static int fsl_pamu_set_domain_attr(struct iommu_domain *domain, fsl_pamu_set_domain_attr()
842 static int fsl_pamu_get_domain_attr(struct iommu_domain *domain, fsl_pamu_get_domain_attr()
1004 static int fsl_pamu_set_windows(struct iommu_domain *domain, u32 w_count) fsl_pamu_set_windows()
1053 static u32 fsl_pamu_get_windows(struct iommu_domain *domain) fsl_pamu_get_windows()
H A Dtegra-gart.c67 struct iommu_domain domain; /* generic domain handle */
76 static struct gart_domain *to_gart_domain(struct iommu_domain *dom) to_gart_domain()
166 static int gart_iommu_attach_dev(struct iommu_domain *domain, gart_iommu_attach_dev()
199 static void gart_iommu_detach_dev(struct iommu_domain *domain, gart_iommu_detach_dev()
221 static struct iommu_domain *gart_iommu_domain_alloc(unsigned type) gart_iommu_domain_alloc()
246 static void gart_iommu_domain_free(struct iommu_domain *domain) gart_iommu_domain_free()
265 static int gart_iommu_map(struct iommu_domain *domain, unsigned long iova, gart_iommu_map()
289 static size_t gart_iommu_unmap(struct iommu_domain *domain, unsigned long iova, gart_iommu_unmap()
306 static phys_addr_t gart_iommu_iova_to_phys(struct iommu_domain *domain, gart_iommu_iova_to_phys()
H A Dmsm_iommu.c55 struct iommu_domain domain;
58 static struct msm_priv *to_msm_priv(struct iommu_domain *dom) to_msm_priv()
86 static int __flush_iotlb(struct iommu_domain *domain) __flush_iotlb()
218 static struct iommu_domain *msm_iommu_domain_alloc(unsigned type) msm_iommu_domain_alloc()
249 static void msm_iommu_domain_free(struct iommu_domain *domain) msm_iommu_domain_free()
273 static int msm_iommu_attach_dev(struct iommu_domain *domain, struct device *dev) msm_iommu_attach_dev()
328 static void msm_iommu_detach_dev(struct iommu_domain *domain, msm_iommu_detach_dev()
367 static int msm_iommu_map(struct iommu_domain *domain, unsigned long va, msm_iommu_map()
474 static size_t msm_iommu_unmap(struct iommu_domain *domain, unsigned long va, msm_iommu_unmap()
554 static phys_addr_t msm_iommu_iova_to_phys(struct iommu_domain *domain, msm_iommu_iova_to_phys()
H A Dtegra-smmu.c38 struct iommu_domain domain;
47 static struct tegra_smmu_as *to_smmu_as(struct iommu_domain *dom) to_smmu_as()
235 static struct iommu_domain *tegra_smmu_domain_alloc(unsigned type) tegra_smmu_domain_alloc()
285 static void tegra_smmu_domain_free(struct iommu_domain *domain) tegra_smmu_domain_free()
407 static int tegra_smmu_attach_dev(struct iommu_domain *domain, tegra_smmu_attach_dev()
442 static void tegra_smmu_detach_dev(struct iommu_domain *domain, struct device *dev) tegra_smmu_detach_dev()
537 static int tegra_smmu_map(struct iommu_domain *domain, unsigned long iova, tegra_smmu_map()
561 static size_t tegra_smmu_unmap(struct iommu_domain *domain, unsigned long iova, tegra_smmu_unmap()
585 static phys_addr_t tegra_smmu_iova_to_phys(struct iommu_domain *domain, tegra_smmu_iova_to_phys()
H A Diommu.c890 void iommu_set_fault_handler(struct iommu_domain *domain, iommu_set_fault_handler()
901 struct iommu_domain *iommu_domain_alloc(struct bus_type *bus) iommu_domain_alloc()
903 struct iommu_domain *domain; iommu_domain_alloc()
919 void iommu_domain_free(struct iommu_domain *domain) iommu_domain_free()
925 int iommu_attach_device(struct iommu_domain *domain, struct device *dev) iommu_attach_device()
938 void iommu_detach_device(struct iommu_domain *domain, struct device *dev) iommu_detach_device()
960 struct iommu_domain *domain = data; iommu_group_do_attach_device()
965 int iommu_attach_group(struct iommu_domain *domain, struct iommu_group *group) iommu_attach_group()
974 struct iommu_domain *domain = data; iommu_group_do_detach_device()
981 void iommu_detach_group(struct iommu_domain *domain, struct iommu_group *group) iommu_detach_group()
987 phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova) iommu_iova_to_phys()
996 static size_t iommu_pgsize(struct iommu_domain *domain, iommu_pgsize()
1028 int iommu_map(struct iommu_domain *domain, unsigned long iova, iommu_map()
1084 size_t iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size) iommu_unmap()
1136 size_t default_iommu_map_sg(struct iommu_domain *domain, unsigned long iova, default_iommu_map_sg()
1179 int iommu_domain_window_enable(struct iommu_domain *domain, u32 wnd_nr, iommu_domain_window_enable()
1190 void iommu_domain_window_disable(struct iommu_domain *domain, u32 wnd_nr) iommu_domain_window_disable()
1212 int iommu_domain_get_attr(struct iommu_domain *domain, iommu_domain_get_attr()
1250 int iommu_domain_set_attr(struct iommu_domain *domain, iommu_domain_set_attr()
H A Dfsl_pamu_domain.h74 struct iommu_domain iommu_domain; member in struct:fsl_dma_domain
H A Dipmmu-vmsa.c41 struct iommu_domain io_domain;
59 static struct ipmmu_vmsa_domain *to_vmsa_domain(struct iommu_domain *dom) to_vmsa_domain()
449 struct iommu_domain *io_domain; ipmmu_irq()
465 static struct iommu_domain *ipmmu_domain_alloc(unsigned type) ipmmu_domain_alloc()
481 static void ipmmu_domain_free(struct iommu_domain *io_domain) ipmmu_domain_free()
494 static int ipmmu_attach_device(struct iommu_domain *io_domain, ipmmu_attach_device()
536 static void ipmmu_detach_device(struct iommu_domain *io_domain, ipmmu_detach_device()
551 static int ipmmu_map(struct iommu_domain *io_domain, unsigned long iova, ipmmu_map()
562 static size_t ipmmu_unmap(struct iommu_domain *io_domain, unsigned long iova, ipmmu_unmap()
570 static phys_addr_t ipmmu_iova_to_phys(struct iommu_domain *io_domain, ipmmu_iova_to_phys()
H A Dexynos-iommu.c192 struct iommu_domain *domain;
203 struct iommu_domain domain; /* generic domain data structure */
214 struct iommu_domain *domain;
218 static struct exynos_iommu_domain *to_exynos_domain(struct iommu_domain *dom) to_exynos_domain()
446 phys_addr_t pgtable, struct iommu_domain *domain) __sysmmu_enable()
480 struct iommu_domain *domain) __exynos_sysmmu_enable()
705 static struct iommu_domain *exynos_iommu_domain_alloc(unsigned type) exynos_iommu_domain_alloc()
756 static void exynos_iommu_domain_free(struct iommu_domain *domain) exynos_iommu_domain_free()
787 static int exynos_iommu_attach_device(struct iommu_domain *domain, exynos_iommu_attach_device()
818 static void exynos_iommu_detach_device(struct iommu_domain *domain, exynos_iommu_detach_device()
995 static int exynos_iommu_map(struct iommu_domain *domain, unsigned long l_iova, exynos_iommu_map()
1049 static size_t exynos_iommu_unmap(struct iommu_domain *domain, exynos_iommu_unmap()
1126 static phys_addr_t exynos_iommu_iova_to_phys(struct iommu_domain *domain, exynos_iommu_iova_to_phys()
H A Darm-smmu.c339 struct iommu_domain domain;
357 static struct arm_smmu_domain *to_smmu_domain(struct iommu_domain *dom) to_smmu_domain()
646 struct iommu_domain *domain = dev; arm_smmu_context_fault()
815 static int arm_smmu_init_domain_context(struct iommu_domain *domain, arm_smmu_init_domain_context()
943 static void arm_smmu_destroy_domain_context(struct iommu_domain *domain) arm_smmu_destroy_domain_context()
972 static struct iommu_domain *arm_smmu_domain_alloc(unsigned type) arm_smmu_domain_alloc()
993 static void arm_smmu_domain_free(struct iommu_domain *domain) arm_smmu_domain_free()
1129 static int arm_smmu_attach_dev(struct iommu_domain *domain, struct device *dev) arm_smmu_attach_dev()
1174 static void arm_smmu_detach_dev(struct iommu_domain *domain, struct device *dev) arm_smmu_detach_dev()
1187 static int arm_smmu_map(struct iommu_domain *domain, unsigned long iova, arm_smmu_map()
1204 static size_t arm_smmu_unmap(struct iommu_domain *domain, unsigned long iova, arm_smmu_unmap()
1221 static phys_addr_t arm_smmu_iova_to_phys_hard(struct iommu_domain *domain, arm_smmu_iova_to_phys_hard()
1265 static phys_addr_t arm_smmu_iova_to_phys(struct iommu_domain *domain, arm_smmu_iova_to_phys()
1400 static int arm_smmu_domain_get_attr(struct iommu_domain *domain, arm_smmu_domain_get_attr()
1414 static int arm_smmu_domain_set_attr(struct iommu_domain *domain, arm_smmu_domain_set_attr()
H A Domap-iommu.c62 struct iommu_domain domain;
84 * to_omap_domain - Get struct omap_iommu_domain from generic iommu_domain
87 static struct omap_iommu_domain *to_omap_domain(struct iommu_domain *dom) to_omap_domain()
913 struct iommu_domain *domain = obj->domain; iommu_fault_handler()
1123 static int omap_iommu_map(struct iommu_domain *domain, unsigned long da, omap_iommu_map()
1150 static size_t omap_iommu_unmap(struct iommu_domain *domain, unsigned long da, omap_iommu_unmap()
1163 omap_iommu_attach_dev(struct iommu_domain *domain, struct device *dev) omap_iommu_attach_dev()
1222 static void omap_iommu_detach_dev(struct iommu_domain *domain, omap_iommu_detach_dev()
1232 static struct iommu_domain *omap_iommu_domain_alloc(unsigned type) omap_iommu_domain_alloc()
1272 static void omap_iommu_domain_free(struct iommu_domain *domain) omap_iommu_domain_free()
1287 static phys_addr_t omap_iommu_iova_to_phys(struct iommu_domain *domain, omap_iommu_iova_to_phys()
H A Drockchip-iommu.c84 struct iommu_domain domain;
92 struct iommu_domain *domain; /* domain to which iommu is attached */
105 static struct rk_iommu_domain *to_rk_domain(struct iommu_domain *dom) to_rk_domain()
510 static phys_addr_t rk_iommu_iova_to_phys(struct iommu_domain *domain, rk_iommu_iova_to_phys()
646 static int rk_iommu_map(struct iommu_domain *domain, unsigned long _iova, rk_iommu_map()
677 static size_t rk_iommu_unmap(struct iommu_domain *domain, unsigned long _iova, rk_iommu_unmap()
732 static int rk_iommu_attach_device(struct iommu_domain *domain, rk_iommu_attach_device()
784 static void rk_iommu_detach_device(struct iommu_domain *domain, rk_iommu_detach_device()
814 static struct iommu_domain *rk_iommu_domain_alloc(unsigned type) rk_iommu_domain_alloc()
847 static void rk_iommu_domain_free(struct iommu_domain *domain) rk_iommu_domain_free()
H A Domap-iommu.h32 struct iommu_domain *domain;
H A Damd_iommu.c130 static struct protection_domain *to_pdomain(struct iommu_domain *dom) to_pdomain()
3246 static struct iommu_domain *amd_iommu_domain_alloc(unsigned type) amd_iommu_domain_alloc()
3275 static void amd_iommu_domain_free(struct iommu_domain *dom) amd_iommu_domain_free()
3298 static void amd_iommu_detach_device(struct iommu_domain *dom, amd_iommu_detach_device()
3320 static int amd_iommu_attach_device(struct iommu_domain *dom, amd_iommu_attach_device()
3347 static int amd_iommu_map(struct iommu_domain *dom, unsigned long iova, amd_iommu_map()
3369 static size_t amd_iommu_unmap(struct iommu_domain *dom, unsigned long iova, amd_iommu_unmap()
3387 static phys_addr_t amd_iommu_iova_to_phys(struct iommu_domain *dom, amd_iommu_iova_to_phys()
3485 void amd_iommu_domain_direct_map(struct iommu_domain *dom) amd_iommu_domain_direct_map()
3506 int amd_iommu_domain_enable_v2(struct iommu_domain *dom, int pasids) amd_iommu_domain_enable_v2()
3617 int amd_iommu_flush_page(struct iommu_domain *dom, int pasid, amd_iommu_flush_page()
3640 int amd_iommu_flush_tlb(struct iommu_domain *dom, int pasid) amd_iommu_flush_tlb()
3719 int amd_iommu_domain_set_gcr3(struct iommu_domain *dom, int pasid, amd_iommu_domain_set_gcr3()
3734 int amd_iommu_domain_clear_gcr3(struct iommu_domain *dom, int pasid) amd_iommu_domain_clear_gcr3()
3767 struct iommu_domain *amd_iommu_get_v2_domain(struct pci_dev *pdev) amd_iommu_get_v2_domain()
H A Dintel-iommu.c342 struct iommu_domain domain; /* generic domain data structure for
443 /* Convert generic 'struct iommu_domain to private struct dmar_domain */ to_dmar_domain()
444 static struct dmar_domain *to_dmar_domain(struct iommu_domain *dom) to_dmar_domain()
3414 iommu_domain_cache = kmem_cache_create("iommu_domain", iommu_domain_cache_init()
3421 printk(KERN_ERR "Couldn't create iommu_domain cache\n"); iommu_domain_cache_init()
4367 static struct iommu_domain *intel_iommu_domain_alloc(unsigned type) intel_iommu_domain_alloc()
4370 struct iommu_domain *domain; intel_iommu_domain_alloc()
4397 static void intel_iommu_domain_free(struct iommu_domain *domain) intel_iommu_domain_free()
4402 static int intel_iommu_attach_device(struct iommu_domain *domain, intel_iommu_attach_device()
4467 static void intel_iommu_detach_device(struct iommu_domain *domain, intel_iommu_detach_device()
4473 static int intel_iommu_map(struct iommu_domain *domain, intel_iommu_map()
4511 static size_t intel_iommu_unmap(struct iommu_domain *domain, intel_iommu_unmap()
4559 static phys_addr_t intel_iommu_iova_to_phys(struct iommu_domain *domain, intel_iommu_iova_to_phys()
H A Damd_iommu_types.h401 struct iommu_domain;
410 struct iommu_domain domain; /* generic domain handle used by
H A Damd_iommu_v2.c68 struct iommu_domain *domain;
276 struct iommu_domain *domain; unbind_pasid()
/linux-4.1.27/arch/x86/kvm/
H A Diommu.c78 struct iommu_domain *domain = kvm->arch.iommu_domain; kvm_iommu_map_pages()
175 struct iommu_domain *domain = kvm->arch.iommu_domain; kvm_assign_device()
215 struct iommu_domain *domain = kvm->arch.iommu_domain; kvm_deassign_device()
244 kvm->arch.iommu_domain = iommu_domain_alloc(&pci_bus_type); kvm_iommu_map_guest()
245 if (!kvm->arch.iommu_domain) { kvm_iommu_map_guest()
256 iommu_domain_free(kvm->arch.iommu_domain); kvm_iommu_map_guest()
257 kvm->arch.iommu_domain = NULL; kvm_iommu_map_guest()
274 struct iommu_domain *domain; kvm_iommu_put_pages()
279 domain = kvm->arch.iommu_domain; kvm_iommu_put_pages()
341 struct iommu_domain *domain = kvm->arch.iommu_domain; kvm_iommu_unmap_guest()
349 kvm->arch.iommu_domain = NULL; kvm_iommu_unmap_guest()
H A Dassigned-dev.c772 if (!kvm->arch.iommu_domain) { kvm_vm_ioctl_assign_device()
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_iommu.c23 struct iommu_domain *domain;
27 static int msm_fault_handler(struct iommu_domain *iommu, struct device *dev, msm_fault_handler()
50 struct iommu_domain *domain = iommu->domain; msm_iommu_map()
89 struct iommu_domain *domain = iommu->domain; msm_iommu_unmap()
127 struct msm_mmu *msm_iommu_new(struct device *dev, struct iommu_domain *domain) msm_iommu_new()
H A Dmsm_mmu.h45 struct msm_mmu *msm_iommu_new(struct device *dev, struct iommu_domain *domain);
H A Dmsm_gpu.c531 struct iommu_domain *iommu; msm_gpu_init()
/linux-4.1.27/arch/arm/include/asm/
H A Ddma-iommu.h14 struct iommu_domain *domain;
/linux-4.1.27/arch/powerpc/include/asm/
H A Ddevice.h35 void *iommu_domain; member in struct:dev_archdata
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_platform.h32 struct iommu_domain;
54 struct iommu_domain *domain;
/linux-4.1.27/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.h41 struct iommu_domain *domain;
H A Dusnic_uiom.c68 static int usnic_uiom_dma_fault(struct iommu_domain *domain, usnic_uiom_dma_fault()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_cfg.h87 struct iommu_domain *iommu;
/linux-4.1.27/drivers/gpu/drm/tegra/
H A Ddrm.h42 struct iommu_domain *domain;
135 struct iommu_domain *domain;
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_kms.h59 struct iommu_domain *iommu;
/linux-4.1.27/drivers/remoteproc/
H A Dremoteproc_core.c75 static int rproc_iommu_fault(struct iommu_domain *domain, struct device *dev, rproc_iommu_fault()
93 struct iommu_domain *domain; rproc_enable_iommu()
127 struct iommu_domain *domain = rproc->domain; rproc_disable_iommu()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dgk20a.c90 struct iommu_domain *domain;
/linux-4.1.27/arch/x86/include/asm/
H A Dkvm_host.h587 struct iommu_domain *iommu_domain; member in struct:kvm_arch
/linux-4.1.27/drivers/vfio/
H A Dvfio_iommu_type1.c65 struct iommu_domain *domain;

Completed in 948 milliseconds