Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/remoteproc/
Domap_remoteproc.c207 rproc->has_iommu = true; in omap_rproc_probe()
Dst_slim_rproc.c247 rproc->has_iommu = false; in st_slim_rproc_alloc()
Dda8xx_remoteproc.c317 rproc->has_iommu = false; in da8xx_rproc_probe()
Dkeystone_remoteproc.c404 rproc->has_iommu = false; in keystone_rproc_probe()
Dst_remoteproc.c291 rproc->has_iommu = false; in st_rproc_probe()
Dremoteproc_core.c103 if (!rproc->has_iommu) { in rproc_enable_iommu()
/Linux-v4.19/include/linux/
Dremoteproc.h472 bool has_iommu; member
/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c788 bool has_etr_sg, has_iommu; in tmc_alloc_etr_buf() local
793 has_iommu = iommu_get_domain_for_dev(drvdata->dev); in tmc_alloc_etr_buf()
817 (!has_sg || has_iommu || size < SZ_1M)) in tmc_alloc_etr_buf()