Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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
/linux-6.6.21/drivers/gpu/drm/mediatek/
Dmtk_drm_drv.c590 if (!iommu_present(&platform_bus_type)) in mtk_drm_bind()
/linux-6.6.21/drivers/iommu/
Diommu.c1898 bool iommu_present(const struct bus_type *bus) in iommu_present() function
1902 EXPORT_SYMBOL_GPL(iommu_present);
/linux-6.6.21/drivers/gpu/drm/tegra/
Ddrm.c1151 if (host1x_drm_wants_iommu(dev) && iommu_present(&platform_bus_type)) { in host1x_drm_probe()