Searched refs:device_iommu_capable (Results 1 – 6 of 6) sorted by relevance
903 extern bool device_iommu_capable(struct device *dev, enum iommu_cap cap);1210 static inline bool device_iommu_capable(struct device *dev, enum iommu_cap cap) in device_iommu_capable() function
480 if (!device_iommu_capable(dev, IOMMU_CAP_CACHE_COHERENCY)) { in usnic_uiom_attach_dev_to_pd()
1987 bool device_iommu_capable(struct device *dev, enum iommu_cap cap) in device_iommu_capable() function2000 EXPORT_SYMBOL_GPL(device_iommu_capable);
658 return device_iommu_capable(dev, IOMMU_CAP_DEFERRED_FLUSH); in iommu_domain_supports_fq()
1196 !device_iommu_capable(&pdev->dev, IOMMU_CAP_PRE_BOOT_PROTECTION)) in nhi_check_iommu_pdev()
1331 if (!device_iommu_capable(dma_dev, IOMMU_CAP_CACHE_COHERENCY)) { in vhost_vdpa_alloc_domain()