Searched refs:device_iommu_capable (Results 1 – 7 of 7) sorted by relevance
421 extern bool device_iommu_capable(struct device *dev, enum iommu_cap cap);693 static inline bool device_iommu_capable(struct device *dev, enum iommu_cap cap) in device_iommu_capable() function
482 if (!device_iommu_capable(dev, IOMMU_CAP_CACHE_COHERENCY)) { in usnic_uiom_attach_dev_to_pd()
1844 bool device_iommu_capable(struct device *dev, enum iommu_cap cap) in device_iommu_capable() function1857 EXPORT_SYMBOL_GPL(device_iommu_capable);
1146 !device_iommu_capable(&pdev->dev, IOMMU_CAP_PRE_BOOT_PROTECTION)) in nhi_check_iommu_pdev()
1112 if (!device_iommu_capable(dma_dev, IOMMU_CAP_CACHE_COHERENCY)) in vhost_vdpa_alloc_domain()
513 if (!device_iommu_capable(dev, IOMMU_CAP_CACHE_COHERENCY)) { in vfio_group_find_or_alloc()
2166 return device_iommu_capable(dev, (enum iommu_cap)data); in vfio_iommu_device_capable()