Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Diommu.h286 extern bool iommu_present(struct bus_type *bus);
410 static inline bool iommu_present(struct bus_type *bus) in iommu_present() function
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dadf_sriov.c237 if (!iommu_present(&pci_bus_type)) in adf_sriov_configure()
/Linux-v4.19/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.c668 if (!iommu_present(&platform_bus_type)) in mtk_iommu_probe()
681 if (iommu_present(&platform_bus_type)) in mtk_iommu_remove()
Dipmmu-vmsa.c1069 if (!iommu_present(&platform_bus_type)) in ipmmu_probe()
1128 if (!iommu_present(&platform_bus_type)) in ipmmu_init()
Darm-smmu.c2027 if (!iommu_present(&platform_bus_type)) in arm_smmu_bus_init()
2030 if (!iommu_present(&amba_bustype)) in arm_smmu_bus_init()
2034 if (!iommu_present(&pci_bus_type)) { in arm_smmu_bus_init()
Diommu.c1250 bool iommu_present(struct bus_type *bus) in iommu_present() function
1254 EXPORT_SYMBOL_GPL(iommu_present);
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dtegra.c126 if (iommu_present(&platform_bus_type)) { in nvkm_device_tegra_probe_iommu()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_gem.c915 if (!iommu_present(&platform_bus_type)) in _msm_gem_new()
992 if (!iommu_present(&platform_bus_type)) { in msm_gem_import()
Dmsm_drv.c398 } else if (!iommu_present(&platform_bus_type)) { in msm_init_vram()
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_drm_drv.c225 if (!iommu_present(&platform_bus_type)) in mtk_drm_kms_init()
/Linux-v4.19/drivers/infiniband/hw/usnic/
Dusnic_uiom.c600 if (!iommu_present(&pci_bus_type)) { in usnic_uiom_init()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Drx.c725 if (iommu_present(&pci_bus_type)) in ef4_init_rx_recycle_ring()
/Linux-v4.19/drivers/net/ethernet/sfc/
Drx.c724 if (iommu_present(&pci_bus_type)) in efx_init_rx_recycle_ring()
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddrm.c90 if (iommu_present(&platform_bus_type)) { in tegra_drm_load()
/Linux-v4.19/drivers/vfio/
Dvfio_iommu_type1.c1374 if ((bus == mdev_bus) && !iommu_present(bus)) { in vfio_iommu_type1_attach_group()
Dvfio.c132 if (group || !noiommu || iommu_present(dev->bus)) in vfio_iommu_group_get()
/Linux-v4.19/sound/pci/emu10k1/
Demu10k1_main.c1782 if (!iommu_present(emu->card->dev->bus)) in snd_emu10k1_detect_iommu()