Home
last modified time | relevance | path

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

/drivers/crypto/qat/qat_common/
Dadf_sriov.c197 if (!iommu_present(&pci_bus_type)) in adf_sriov_configure()
/drivers/iommu/
Dmtk_iommu_v1.c629 if (!iommu_present(&platform_bus_type)) { in mtk_iommu_probe()
658 if (iommu_present(&platform_bus_type)) in mtk_iommu_remove()
Dipmmu-vmsa.c1099 if (!iommu_present(&platform_bus_type)) in ipmmu_probe()
1196 if (!iommu_present(&platform_bus_type)) in ipmmu_init()
Dmtk_iommu.c915 if (!iommu_present(&platform_bus_type)) { in mtk_iommu_probe()
Diommu.c1882 bool iommu_present(struct bus_type *bus) in iommu_present() function
1886 EXPORT_SYMBOL_GPL(iommu_present);
/drivers/iommu/arm/arm-smmu/
Darm-smmu.c2055 if (!iommu_present(&platform_bus_type)) { in arm_smmu_bus_init()
2061 if (!iommu_present(&amba_bustype)) { in arm_smmu_bus_init()
2068 if (!iommu_present(&pci_bus_type)) { in arm_smmu_bus_init()
2075 if (!iommu_present(&fsl_mc_bus_type)) { in arm_smmu_bus_init()
/drivers/gpu/drm/mediatek/
Dmtk_drm_drv.c174 if (!iommu_present(&platform_bus_type)) in mtk_drm_kms_init()
/drivers/infiniband/hw/usnic/
Dusnic_uiom.c562 if (!iommu_present(&pci_bus_type)) { in usnic_uiom_init()
/drivers/thunderbolt/
Ddomain.c251 iommu_present(&pci_bus_type) && dmar_platform_optin()); in iommu_dma_protection_show()
/drivers/net/ethernet/sfc/falcon/
Drx.c726 if (iommu_present(&pci_bus_type)) in ef4_init_rx_recycle_ring()
/drivers/gpu/drm/arm/
Dmalidp_planes.c315 if (iommu_present(&platform_bus_type)) { in malidp_get_pgsize_bitmap()
/drivers/misc/habanalabs/goya/
Dgoya.c4077 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_read32()
4133 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_write32()
4178 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_read64()
4221 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in goya_debugfs_write64()
/drivers/net/ethernet/sfc/
Drx_common.c148 if (iommu_present(&pci_bus_type)) in efx_init_rx_recycle_ring()
/drivers/gpu/drm/msm/
Dmsm_drv.c320 return priv->is_a2xx || iommu_present(&platform_bus_type); in msm_use_mmu()
/drivers/gpu/drm/tegra/
Ddrm.c1107 if (host1x_drm_wants_iommu(dev) && iommu_present(&platform_bus_type)) { in host1x_drm_probe()
/drivers/misc/habanalabs/gaudi/
Dgaudi.c4574 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in gaudi_debugfs_read32()
4621 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in gaudi_debugfs_write32()
4672 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in gaudi_debugfs_read64()
4722 } else if (addr >= HOST_PHYS_BASE && !iommu_present(&pci_bus_type)) { in gaudi_debugfs_write64()
/drivers/vfio/
Dvfio.c121 if (group || !noiommu || iommu_present(dev->bus)) in vfio_iommu_group_get()