Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/remoteproc/
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.c614 rproc->has_iommu = false; in k3_dsp_rproc_probe()
Dstm32_rproc.c809 rproc->has_iommu = false; in stm32_rproc_probe()
Domap_remoteproc.c1318 rproc->has_iommu = true; in omap_rproc_probe()
Dti_k3_r5_remoteproc.c887 rproc->has_iommu = false; in k3_r5_cluster_rproc_init()
Dremoteproc_core.c106 if (!rproc->has_iommu) { in rproc_enable_iommu()
/kernel/linux/linux-5.10/include/linux/
Dremoteproc.h545 bool has_iommu; member
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c849 bool has_etr_sg, has_iommu; in tmc_alloc_etr_buf() local
855 has_iommu = iommu_get_domain_for_dev(dev->parent); in tmc_alloc_etr_buf()
879 (!has_sg || has_iommu || size < SZ_1M)) in tmc_alloc_etr_buf()