Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/remoteproc/
Dqcom_q6v5_adsp.c70 bool has_iommu; member
110 bool has_iommu; member
335 if (adsp->has_iommu) in adsp_unmap_carveout()
347 if (!adsp->has_iommu) in adsp_map_carveout()
508 if (adsp->has_iommu) { in adsp_parse_firmware()
686 rproc->has_iommu = desc->has_iommu; in adsp_probe()
693 adsp->has_iommu = desc->has_iommu; in adsp_probe()
790 .has_iommu = true,
Dmeson_mx_ao_arc.c160 rproc->has_iommu = false; in meson_mx_ao_arc_rproc_probe()
Dst_slim_rproc.c242 rproc->has_iommu = false; in st_slim_rproc_alloc()
Dda8xx_remoteproc.c306 rproc->has_iommu = false; in da8xx_rproc_probe()
Dkeystone_remoteproc.c392 rproc->has_iommu = false; in keystone_rproc_probe()
Dst_remoteproc.c354 rproc->has_iommu = false; in st_rproc_probe()
Dti_k3_m4_remoteproc.c579 rproc->has_iommu = false; in k3_m4_rproc_probe()
Dti_k3_dsp_remoteproc.c637 rproc->has_iommu = false; in k3_dsp_rproc_probe()
Dstm32_rproc.c869 rproc->has_iommu = false; in stm32_rproc_probe()
Domap_remoteproc.c1324 rproc->has_iommu = true; in omap_rproc_probe()
Dti_k3_r5_remoteproc.c1247 rproc->has_iommu = false; in k3_r5_cluster_rproc_init()
Dremoteproc_core.c107 if (!rproc->has_iommu) { in rproc_enable_iommu()
/linux-6.12.1/include/linux/
Dremoteproc.h579 bool has_iommu; member
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c30 bool has_iommu; member
844 buf_hw->has_iommu = iommu_get_domain_for_dev(dev->parent); in get_etr_buf_hw()
853 return !has_sg || buf_hw->has_iommu || etr_buf_size < SZ_1M; in etr_can_use_flat_mode()