Searched refs:iommu (Results 151 - 175 of 302) sorted by relevance

1234567891011>>

/linux-master/drivers/iommu/
H A Dfsl_pamu.h10 #include <linux/iommu.h>
H A Ddma-iommu.c19 #include <linux/iommu.h>
34 #include "dma-iommu.h"
35 #include "iommu-pages.h"
86 /* Options for dma-iommu use */
102 early_param("iommu.forcedac", iommu_dma_forcedac_setup);
640 * iommu_dma_init_options - Initialize dma-iommu options
644 * This allows tuning dma-iommu specific to device properties
650 if (dev->iommu->shadow_on_flush) {
792 if (dma_limit > DMA_BIT_MASK(32) && dev->iommu->pci_32bit_workaround) {
798 dev->iommu
[all...]
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_framebuffer.c196 kfb->is_va = mdev->iommu ? true : false;
/linux-master/drivers/gpu/drm/tegra/
H A Duapi.c5 #include <linux/iommu.h>
H A Dgr2d.c8 #include <linux/iommu.h>
H A Dvic.c10 #include <linux/iommu.h>
H A Dgr3d.c10 #include <linux/iommu.h>
/linux-master/drivers/gpu/host1x/hw/
H A Dchannel_hw.c9 #include <linux/iommu.h>
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-mbi.c9 #include <linux/iommu.h>
H A Dirq-gic-v2m.c16 #include <linux/iommu.h>
/linux-master/drivers/acpi/
H A Dviot.c23 #include <linux/iommu.h>
/linux-master/drivers/parisc/
H A Deisa.c43 #include "iommu.h"
304 eisa_dev.hba.iommu = ccio_get_iommu(dev);
/linux-master/arch/powerpc/platforms/pasemi/
H A Dsetup.c25 #include <asm/iommu.h>
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.h209 int iommu; member in struct:i915_gpu_coredump
/linux-master/drivers/iommu/iommufd/
H A Diommufd_private.h11 #include <linux/iommu.h>
27 /* Compatibility with VFIO no iommu */
/linux-master/drivers/gpu/host1x/
H A Ddev.h10 #include <linux/iommu.h>
/linux-master/include/linux/
H A Dvfio.h12 #include <linux/iommu.h>
/linux-master/tools/testing/selftests/
H A DMakefile41 TARGETS += iommu
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c41 #include "../../dma-iommu.h"
63 "Disable bypass streams such that incoming transactions from devices that are not attached to an iommu domain will report an abort back to the device and will not be allowed to pass through the SMMU.");
1444 return &smmu->iommu;
2196 err = iommu_device_sysfs_add(&smmu->iommu, smmu->dev, NULL,
2199 dev_err(dev, "Failed to register iommu in sysfs\n");
2203 err = iommu_device_register(&smmu->iommu, &arm_smmu_ops,
2206 dev_err(dev, "Failed to register iommu\n");
2207 iommu_device_sysfs_remove(&smmu->iommu);
2257 iommu_device_unregister(&smmu->iommu);
2258 iommu_device_sysfs_remove(&smmu->iommu);
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx.c17 #include <linux/iommu.h>
/linux-master/arch/arm/mach-omap2/
H A DMakefile228 obj-$(CONFIG_OMAP_IOMMU) += omap-iommu.o
/linux-master/drivers/vfio/
H A Dcontainer.c11 #include <linux/iommu.h>
272 * enabling the iommu, which may allocate finite resources. There
292 * so test which iommu driver reported support for this
490 /* Detaching the last group deprivileges a container, remove iommu */
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.c40 #include <linux/iommu.h>
59 usnic_err("Device %s iommu fault domain 0x%pK va 0x%lx flags 0x%x\n",
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c64 #include <asm/iommu.h>
/linux-master/arch/powerpc/mm/
H A Dinit_64.c61 #include <asm/iommu.h>

Completed in 290 milliseconds

1234567891011>>