Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Diommu.h465 extern bool iommu_present(const struct bus_type *bus);
742 static inline bool iommu_present(const struct bus_type *bus) in iommu_present() function
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c592 if (!iommu_present(&platform_bus_type)) in mtk_drm_bind()
/openbmc/linux/drivers/iommu/
H A Diommu.c1898 bool iommu_present(const struct bus_type *bus) in iommu_present() function
1902 EXPORT_SYMBOL_GPL(iommu_present);
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddrm.c1151 if (host1x_drm_wants_iommu(dev) && iommu_present(&platform_bus_type)) { in host1x_drm_probe()