Searched refs:iommu (Results 251 - 275 of 302) sorted by relevance

<<111213

/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c29 #include <asm/iommu.h>
/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_drv.c14 #include <linux/iommu.h>
/linux-master/drivers/iommu/iommufd/
H A Dselftest.c4 * Kernel side components to support tools/testing/selftests/iommu
7 #include <linux/iommu.h>
15 #include "../iommu-priv.h"
H A Dio_pagetable.c13 #include <linux/iommu.h>
H A Dpages.c50 #include <linux/iommu.h>
230 * iommu driver may not fail unmap for reasons beyond bad agruments.
231 * Particularly, the iommu driver may not do a memory allocation on the
444 * for batching consecutive PFNs. All PFNs mapped into the iommu are done in
1148 * The iommu API uses size_t as the length, and protect the DIV_ROUND_UP
1588 * This is part of the SW iommu interface to read pages for in-kernel use.
1669 * This is part of the SW iommu interface to read pages for in-kernel use.
/linux-master/drivers/pci/
H A Dpci-driver.c23 #include <linux/iommu.h>
/linux-master/drivers/vfio/
H A Dvfio_main.c18 #include <linux/iommu.h>
298 * valid for cases where we are using iommu groups.
/linux-master/drivers/vfio/pci/mlx5/
H A Dmain.c10 #include <linux/iommu.h>
/linux-master/samples/vfio-mdev/
H A Dmbochs.c29 #include <linux/iommu.h>
H A Dmtty.c23 #include <linux/iommu.h>
/linux-master/drivers/thunderbolt/
H A Dnhi.c18 #include <linux/iommu.h>
/linux-master/drivers/dma/
H A Dtegra186-gpc-dma.c12 #include <linux/iommu.h>
1385 dev_err(&pdev->dev, "Missing iommu stream-id\n");
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c9 #include <linux/iommu.h>
1199 /* Check if iommu is used */
1204 dev_info(dev, "SMMU Opened, the iommu type = %u\n",
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c32 #include <asm/iommu.h>
H A Dvio.c28 #include <asm/iommu.h>
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c13 #include <linux/iommu.h>
/linux-master/kernel/dma/
H A Dswiotlb.c33 #include <linux/iommu-helper.h>
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.c16 #include <linux/iommu.h>
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c10 #include <linux/iommu.h>
/linux-master/drivers/mmc/host/
H A Dsdhci-tegra.c14 #include <linux/iommu.h>
/linux-master/drivers/accel/habanalabs/common/
H A Ddebugfs.c14 #include <linux/iommu.h>
/linux-master/drivers/remoteproc/
H A Dremoteproc_core.c32 #include <linux/iommu.h>
90 dev_err(dev, "iommu fault: da 0x%lx flags 0x%x\n", iova, flags);
95 * Let the iommu core know we're not really handling this fault;
108 dev_dbg(dev, "iommu not present\n");
114 dev_err(dev, "can't alloc iommu domain\n");
122 dev_err(dev, "can't attach iommu device: %d\n", ret);
469 * going to be taken care of when the generic iommu-based DMA API will be
470 * merged. Meanwhile, statically-addressed iommu-based firmware images should
601 * Some of these remote processors access memory via an iommu device,
602 * and might require us to configure their iommu befor
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c10 #include <linux/iommu.h>
/linux-master/drivers/crypto/ccp/
H A Dsev-dev.c30 #include <linux/amd-iommu.h>
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c9 #include <linux/iommu.h>

Completed in 364 milliseconds

<<111213