Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dremoteproc.h549 bool has_iommu; member
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dst_slim_rproc.c243 rproc->has_iommu = false; in st_slim_rproc_alloc()
H A Dda8xx_remoteproc.c312 rproc->has_iommu = false; in da8xx_rproc_probe()
H A Dkeystone_remoteproc.c396 rproc->has_iommu = false; in keystone_rproc_probe()
H A Dst_remoteproc.c359 rproc->has_iommu = false; in st_rproc_probe()
H A Dti_k3_dsp_remoteproc.c614 rproc->has_iommu = false; in k3_dsp_rproc_probe()
H A Dstm32_rproc.c809 rproc->has_iommu = false; in stm32_rproc_probe()
H A Domap_remoteproc.c1318 rproc->has_iommu = true; in omap_rproc_probe()
H A Dti_k3_r5_remoteproc.c887 rproc->has_iommu = false; in k3_r5_cluster_rproc_init()
H A Dremoteproc_core.c108 if (!rproc->has_iommu) { in rproc_enable_iommu()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c867 bool has_etr_sg, has_iommu; in tmc_alloc_etr_buf() local
873 has_iommu = iommu_get_domain_for_dev(dev->parent); in tmc_alloc_etr_buf()
897 (!has_sg || has_iommu || size < SZ_1M)) in tmc_alloc_etr_buf()