Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/remoteproc/
Domap_remoteproc.c199 rproc->has_iommu = true; in omap_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()
Dstm32_rproc.c590 rproc->has_iommu = false; in stm32_rproc_probe()
Dremoteproc_core.c104 if (!rproc->has_iommu) { in rproc_enable_iommu()
/Linux-v5.4/include/linux/
Dremoteproc.h513 bool has_iommu; member
/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c830 bool has_etr_sg, has_iommu; in tmc_alloc_etr_buf() local
836 has_iommu = iommu_get_domain_for_dev(dev->parent); in tmc_alloc_etr_buf()
860 (!has_sg || has_iommu || size < SZ_1M)) in tmc_alloc_etr_buf()