Searched refs:iommu_domain_get_attr (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | iommu.h | 108 * The caller can invoke iommu_domain_get_attr to check if the underlying 506 extern int iommu_domain_get_attr(struct iommu_domain *domain, enum iommu_attr, 895 static inline int iommu_domain_get_attr(struct iommu_domain *domain, in iommu_domain_get_attr() function
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | iommu.c | 2669 int iommu_domain_get_attr(struct iommu_domain *domain, in iommu_domain_get_attr() function 2695 EXPORT_SYMBOL_GPL(iommu_domain_get_attr); variable
|
H A D | dma-iommu.c | 345 if (!cookie->fq_domain && !iommu_domain_get_attr(domain, in iommu_dma_init_domain()
|
/kernel/linux/linux-5.10/drivers/vfio/ |
H A D | vfio_iommu_type1.c | 2172 iommu_domain_get_attr(domain->domain, DOMAIN_ATTR_GEOMETRY, &geo); in vfio_iommu_type1_attach_group() 2341 iommu_domain_get_attr(domain->domain, DOMAIN_ATTR_GEOMETRY, in vfio_iommu_aper_expand()
|
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vdpa.c | 854 !iommu_domain_get_attr(v->domain, in vhost_vdpa_set_iova_range()
|
Completed in 14 milliseconds