Searched refs:device_iommu_capable (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/iommu/iommufd/
H A Ddevice.c172 if (!device_iommu_capable(dev, IOMMU_CAP_CACHE_COHERENCY))
213 device_iommu_capable(dev, IOMMU_CAP_ENFORCE_CACHE_COHERENCY);
1239 if (device_iommu_capable(idev->dev, IOMMU_CAP_DIRTY_TRACKING))
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.c481 if (!device_iommu_capable(dev, IOMMU_CAP_CACHE_COHERENCY)) {
/linux-master/include/linux/
H A Diommu.h777 extern bool device_iommu_capable(struct device *dev, enum iommu_cap cap);
1076 static inline bool device_iommu_capable(struct device *dev, enum iommu_cap cap) function
/linux-master/drivers/vfio/
H A Dvfio_main.c301 !device_iommu_capable(device->dev, IOMMU_CAP_CACHE_COHERENCY)) {
1364 return device_iommu_capable(device->dev,
H A Dgroup.c877 if (!device_iommu_capable(device->dev,
/linux-master/drivers/iommu/
H A Diommu.c1872 * device_iommu_capable() - check for a general IOMMU capability
1879 bool device_iommu_capable(struct device *dev, enum iommu_cap cap) function
1892 EXPORT_SYMBOL_GPL(device_iommu_capable); variable
H A Ddma-iommu.c724 (!device_iommu_capable(dev, IOMMU_CAP_DEFERRED_FLUSH) || iommu_dma_init_fq(domain)))
/linux-master/drivers/thunderbolt/
H A Dnhi.c1186 !device_iommu_capable(&pdev->dev, IOMMU_CAP_PRE_BOOT_PROTECTION))
/linux-master/drivers/vhost/
H A Dvdpa.c1326 if (!device_iommu_capable(dma_dev, IOMMU_CAP_CACHE_COHERENCY)) {
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c2820 !device_iommu_capable(&pdev->dev, IOMMU_CAP_CACHE_COHERENCY))

Completed in 144 milliseconds