has_iommu         830 drivers/hwtracing/coresight/coresight-tmc-etr.c 	bool has_etr_sg, has_iommu;
has_iommu         836 drivers/hwtracing/coresight/coresight-tmc-etr.c 	has_iommu = iommu_get_domain_for_dev(dev->parent);
has_iommu         860 drivers/hwtracing/coresight/coresight-tmc-etr.c 	    (!has_sg || has_iommu || size < SZ_1M))
has_iommu         312 drivers/remoteproc/da8xx_remoteproc.c 	rproc->has_iommu = false;
has_iommu         396 drivers/remoteproc/keystone_remoteproc.c 	rproc->has_iommu = false;
has_iommu         199 drivers/remoteproc/omap_remoteproc.c 	rproc->has_iommu = true;
has_iommu         104 drivers/remoteproc/remoteproc_core.c 	if (!rproc->has_iommu) {
has_iommu         359 drivers/remoteproc/st_remoteproc.c 	rproc->has_iommu = false;
has_iommu         243 drivers/remoteproc/st_slim_rproc.c 	rproc->has_iommu = false;
has_iommu         590 drivers/remoteproc/stm32_rproc.c 	rproc->has_iommu = false;
has_iommu         513 include/linux/remoteproc.h 	bool has_iommu;