Searched refs:device_iommu_capable (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/iommu/iommufd/ |
A D | device.c | 72 if (!device_iommu_capable(dev, IOMMU_CAP_CACHE_COHERENCY)) in iommufd_device_bind() 92 device_iommu_capable(dev, IOMMU_CAP_ENFORCE_CACHE_COHERENCY); in iommufd_device_bind()
|
/linux-6.3-rc2/drivers/vfio/ |
A D | group.c | 612 if (!device_iommu_capable(dev, IOMMU_CAP_CACHE_COHERENCY)) { in vfio_group_find_or_alloc() 813 if (!device_iommu_capable(device->dev, in vfio_file_enforced_coherent()
|
/linux-6.3-rc2/include/linux/ |
A D | iommu.h | 460 extern bool device_iommu_capable(struct device *dev, enum iommu_cap cap); 740 static inline bool device_iommu_capable(struct device *dev, enum iommu_cap cap) in device_iommu_capable() function
|
/linux-6.3-rc2/drivers/infiniband/hw/usnic/ |
A D | usnic_uiom.c | 481 if (!device_iommu_capable(dev, IOMMU_CAP_CACHE_COHERENCY)) { in usnic_uiom_attach_dev_to_pd()
|
/linux-6.3-rc2/drivers/iommu/ |
A D | iommu.c | 1893 bool device_iommu_capable(struct device *dev, enum iommu_cap cap) in device_iommu_capable() function 1906 EXPORT_SYMBOL_GPL(device_iommu_capable);
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | nhi.c | 1146 !device_iommu_capable(&pdev->dev, IOMMU_CAP_PRE_BOOT_PROTECTION)) in nhi_check_iommu_pdev()
|
/linux-6.3-rc2/drivers/vhost/ |
A D | vdpa.c | 1154 if (!device_iommu_capable(dma_dev, IOMMU_CAP_CACHE_COHERENCY)) { in vhost_vdpa_alloc_domain()
|
Completed in 23 milliseconds