Home
last modified time | relevance | path

Searched refs:iommu_present (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.10/drivers/crypto/qat/qat_common/
Dadf_sriov.c197 if (!iommu_present(&pci_bus_type)) in adf_sriov_configure()
/Linux-v5.10/drivers/iommu/
Dmtk_iommu_v1.c629 if (!iommu_present(&platform_bus_type)) in mtk_iommu_probe()
642 if (iommu_present(&platform_bus_type)) in mtk_iommu_remove()
Dipmmu-vmsa.c1098 if (!iommu_present(&platform_bus_type)) in ipmmu_probe()
1195 if (!iommu_present(&platform_bus_type)) in ipmmu_init()
Dmtk_iommu.c758 if (!iommu_present(&platform_bus_type)) in mtk_iommu_probe()
771 if (iommu_present(&platform_bus_type)) in mtk_iommu_remove()
Diommu.c1854 bool iommu_present(struct bus_type *bus) in iommu_present() function
1858 EXPORT_SYMBOL_GPL(iommu_present);
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dtegra.c126 if (iommu_present(&platform_bus_type)) { in nvkm_device_tegra_probe_iommu()
/Linux-v5.10/include/linux/
Diommu.h418 extern bool iommu_present(struct bus_type *bus);
651 static inline bool iommu_present(struct bus_type *bus) in iommu_present() function
/Linux-v5.10/drivers/iommu/arm/arm-smmu/
Darm-smmu.c2050 if (!iommu_present(&platform_bus_type)) { in arm_smmu_bus_init()
2056 if (!iommu_present(&amba_bustype)) { in arm_smmu_bus_init()
2063 if (!iommu_present(&pci_bus_type)) { in arm_smmu_bus_init()
2070 if (!iommu_present(&fsl_mc_bus_type)) { in arm_smmu_bus_init()
/Linux-v5.10/drivers/infiniband/hw/usnic/
Dusnic_uiom.c562 if (!iommu_present(&pci_bus_type)) { in usnic_uiom_init()
/Linux-v5.10/drivers/gpu/drm/mediatek/
Dmtk_drm_drv.c174 if (!iommu_present(&platform_bus_type)) in mtk_drm_kms_init()
/Linux-v5.10/drivers/thunderbolt/
Ddomain.c251 iommu_present(&pci_bus_type) && dmar_platform_optin()); in iommu_dma_protection_show()
/Linux-v5.10/drivers/gpu/drm/arm/
Dmalidp_planes.c315 if (iommu_present(&platform_bus_type)) { in malidp_get_pgsize_bitmap()
/Linux-v5.10/drivers/net/ethernet/sfc/falcon/
Drx.c721 if (iommu_present(&pci_bus_type)) in ef4_init_rx_recycle_ring()
/Linux-v5.10/drivers/misc/habanalabs/goya/
Dgoya.c4075 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_read32()
4131 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_write32()
4176 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_read64()
4219 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_write64()
/Linux-v5.10/drivers/net/ethernet/sfc/
Drx_common.c143 if (iommu_present(&pci_bus_type)) in efx_init_rx_recycle_ring()
/Linux-v5.10/drivers/gpu/drm/msm/
Dmsm_drv.c319 return priv->is_a2xx || iommu_present(&platform_bus_type); in msm_use_mmu()
/Linux-v5.10/drivers/gpu/drm/tegra/
Ddrm.c1103 if (host1x_drm_wants_iommu(dev) && iommu_present(&platform_bus_type)) { in host1x_drm_probe()
/Linux-v5.10/drivers/misc/habanalabs/gaudi/
Dgaudi.c4566 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in gaudi_debugfs_read32()
4613 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in gaudi_debugfs_write32()
4664 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in gaudi_debugfs_read64()
4714 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in gaudi_debugfs_write64()
/Linux-v5.10/sound/pci/emu10k1/
Demu10k1_main.c1767 if (!iommu_present(emu->card->dev->bus)) in snd_emu10k1_detect_iommu()
/Linux-v5.10/drivers/vfio/
Dvfio.c131 if (group || !noiommu || iommu_present(dev->bus)) in vfio_iommu_group_get()