Home
last modified time | relevance | path

Searched refs:has_iommu (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/drivers/xen/
Dgrant-dma-ops.c298 bool has_iommu; in xen_is_dt_grant_dma_device() local
301 has_iommu = iommu_np && in xen_is_dt_grant_dma_device()
305 return has_iommu; in xen_is_dt_grant_dma_device()
/linux-6.1.9/drivers/remoteproc/
Dmeson_mx_ao_arc.c160 rproc->has_iommu = false; in meson_mx_ao_arc_rproc_probe()
Dst_slim_rproc.c243 rproc->has_iommu = false; in st_slim_rproc_alloc()
Dda8xx_remoteproc.c312 rproc->has_iommu = false; in da8xx_rproc_probe()
Dkeystone_remoteproc.c396 rproc->has_iommu = false; in keystone_rproc_probe()
Dst_remoteproc.c359 rproc->has_iommu = false; in st_rproc_probe()
Dti_k3_dsp_remoteproc.c701 rproc->has_iommu = false; in k3_dsp_rproc_probe()
Dstm32_rproc.c823 rproc->has_iommu = false; in stm32_rproc_probe()
Domap_remoteproc.c1316 rproc->has_iommu = true; in omap_rproc_probe()
Dti_k3_r5_remoteproc.c1232 rproc->has_iommu = false; in k3_r5_cluster_rproc_init()
Dremoteproc_core.c106 if (!rproc->has_iommu) { in rproc_enable_iommu()
/linux-6.1.9/include/linux/
Dremoteproc.h579 bool has_iommu; member
/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c865 bool has_etr_sg, has_iommu; in tmc_alloc_etr_buf() local
871 has_iommu = iommu_get_domain_for_dev(dev->parent); in tmc_alloc_etr_buf()
895 (!has_sg || has_iommu || size < SZ_1M)) in tmc_alloc_etr_buf()