Home
last modified time | relevance | path

Searched refs:iommu_capable (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Diommu.h446 extern bool iommu_capable(struct bus_type *bus, enum iommu_cap cap);
686 static inline bool iommu_capable(struct bus_type *bus, enum iommu_cap cap) in iommu_capable() function
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.c486 if (!iommu_capable(dev->bus, IOMMU_CAP_CACHE_COHERENCY)) { in usnic_uiom_attach_dev_to_pd()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c1872 bool iommu_capable(struct bus_type *bus, enum iommu_cap cap) in iommu_capable() function
1879 EXPORT_SYMBOL_GPL(iommu_capable);
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio_iommu_type1.c2225 iommu_capable(bus, IOMMU_CAP_INTR_REMAP); in vfio_iommu_type1_attach_group()
2234 if (iommu_capable(bus, IOMMU_CAP_CACHE_COHERENCY)) in vfio_iommu_type1_attach_group()
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvdpa.c813 if (!iommu_capable(bus, IOMMU_CAP_CACHE_COHERENCY)) in vhost_vdpa_alloc_domain()