Home
last modified time | relevance | path

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

/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5_adsp.c72 bool has_iommu; member
111 bool has_iommu; member
342 if (adsp->has_iommu) in adsp_unmap_carveout()
354 if (!adsp->has_iommu) in adsp_map_carveout()
516 if (adsp->has_iommu) { in adsp_parse_firmware()
694 rproc->has_iommu = desc->has_iommu; in adsp_probe()
701 adsp->has_iommu = desc->has_iommu; in adsp_probe()
803 .has_iommu = true,
H A Dmeson_mx_ao_arc.c160 rproc->has_iommu = false; in meson_mx_ao_arc_rproc_probe()
H A Dst_slim_rproc.c242 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.c362 rproc->has_iommu = false; in st_rproc_probe()
H A Dti_k3_dsp_remoteproc.c701 rproc->has_iommu = false; in k3_dsp_rproc_probe()
H A Dstm32_rproc.c869 rproc->has_iommu = false; in stm32_rproc_probe()
H A Domap_remoteproc.c1317 rproc->has_iommu = true; in omap_rproc_probe()
H A Dti_k3_r5_remoteproc.c1246 rproc->has_iommu = false; in k3_r5_cluster_rproc_init()
H A Dremoteproc_core.c106 if (!rproc->has_iommu) { in rproc_enable_iommu()
/openbmc/qemu/hw/virtio/
H A Dvirtio-bus.c50 bool has_iommu = virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM); in virtio_bus_device_plugged() local
82 if (has_iommu) { in virtio_bus_device_plugged()
/openbmc/linux/include/linux/
H A Dremoteproc.h579 bool has_iommu; member
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c846 bool has_etr_sg, has_iommu; in tmc_alloc_etr_buf() local
852 has_iommu = iommu_get_domain_for_dev(dev->parent); in tmc_alloc_etr_buf()
876 (!has_sg || has_iommu || size < SZ_1M)) in tmc_alloc_etr_buf()