Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A 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()
677 rproc->has_iommu = desc->has_iommu; in adsp_probe()
684 adsp->has_iommu = desc->has_iommu; in adsp_probe()
787 .has_iommu = true,
H A Dst_slim_rproc.c242 rproc->has_iommu = false; in st_slim_rproc_alloc()
H A Dst_remoteproc.c342 rproc->has_iommu = false; in st_rproc_probe()
H A Dstm32_rproc.c867 rproc->has_iommu = false; in stm32_rproc_probe()
H A Domap_remoteproc.c1323 rproc->has_iommu = true; in omap_rproc_probe()
H A Dxlnx_r5_remoteproc.c927 r5_rproc->has_iommu = false; in zynqmp_r5_add_rproc_core()
H A Dremoteproc_core.c103 if (!rproc->has_iommu) { in rproc_enable_iommu()
/linux/include/linux/
H A Dremoteproc.h579 bool has_iommu; member
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c30 bool has_iommu; member
914 buf_hw->has_iommu = iommu_get_domain_for_dev(dev->parent); in get_etr_buf_hw()
924 return !has_sg || buf_hw->has_iommu || etr_buf_size < SZ_1M; in etr_can_use_flat_mode()