Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/qat/qat_common/
Dadf_sriov.c237 if (!iommu_present(&pci_bus_type)) in adf_sriov_configure()
/Linux-v5.4/drivers/iommu/
Dmtk_iommu_v1.c637 if (!iommu_present(&platform_bus_type)) in mtk_iommu_probe()
650 if (iommu_present(&platform_bus_type)) in mtk_iommu_remove()
Dmtk_iommu.c738 if (!iommu_present(&platform_bus_type)) in mtk_iommu_probe()
751 if (iommu_present(&platform_bus_type)) in mtk_iommu_remove()
Dipmmu-vmsa.c1146 if (!iommu_present(&platform_bus_type)) in ipmmu_probe()
1243 if (!iommu_present(&platform_bus_type)) in ipmmu_init()
Darm-smmu.c1986 if (!iommu_present(&platform_bus_type)) in arm_smmu_bus_init()
1989 if (!iommu_present(&amba_bustype)) in arm_smmu_bus_init()
1993 if (!iommu_present(&pci_bus_type)) { in arm_smmu_bus_init()
1999 if (!iommu_present(&fsl_mc_bus_type)) in arm_smmu_bus_init()
Diommu.c1553 bool iommu_present(struct bus_type *bus) in iommu_present() function
1557 EXPORT_SYMBOL_GPL(iommu_present);
/Linux-v5.4/include/linux/
Diommu.h411 extern bool iommu_present(struct bus_type *bus);
619 static inline bool iommu_present(struct bus_type *bus) in iommu_present() function
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dtegra.c126 if (iommu_present(&platform_bus_type)) { in nvkm_device_tegra_probe_iommu()
/Linux-v5.4/drivers/infiniband/hw/usnic/
Dusnic_uiom.c562 if (!iommu_present(&pci_bus_type)) { in usnic_uiom_init()
/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_drm_drv.c214 if (!iommu_present(&platform_bus_type)) in mtk_drm_kms_init()
/Linux-v5.4/drivers/thunderbolt/
Ddomain.c251 iommu_present(&pci_bus_type) && dmar_platform_optin()); in iommu_dma_protection_show()
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Drx.c719 if (iommu_present(&pci_bus_type)) in ef4_init_rx_recycle_ring()
/Linux-v5.4/drivers/gpu/drm/arm/
Dmalidp_planes.c315 if (iommu_present(&platform_bus_type)) { in malidp_get_pgsize_bitmap()
/Linux-v5.4/drivers/net/ethernet/sfc/
Drx.c717 if (iommu_present(&pci_bus_type)) in efx_init_rx_recycle_ring()
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_drv.c306 return priv->is_a2xx || iommu_present(&platform_bus_type); in msm_use_mmu()
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddrm.c99 if (iommu_present(&platform_bus_type)) { in tegra_drm_load()
/Linux-v5.4/drivers/vfio/
Dvfio.c130 if (group || !noiommu || iommu_present(dev->bus)) in vfio_iommu_group_get()
/Linux-v5.4/sound/pci/emu10k1/
Demu10k1_main.c1767 if (!iommu_present(emu->card->dev->bus)) in snd_emu10k1_detect_iommu()
/Linux-v5.4/drivers/misc/habanalabs/goya/
Dgoya.c4049 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_read32()
4106 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_write32()