Home
last modified time | relevance | path

Searched refs:iommu_attach_device_pasid (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/iommu/
Diommu-sva.c95 ret = iommu_attach_device_pasid(domain, dev, mm->pasid); in iommu_sva_bind_device()
Diommu.c3404 int iommu_attach_device_pasid(struct iommu_domain *domain, in iommu_attach_device_pasid() function
3436 EXPORT_SYMBOL_GPL(iommu_attach_device_pasid);
/Linux-v6.6/include/linux/
Diommu.h723 int iommu_attach_device_pasid(struct iommu_domain *domain,
1076 static inline int iommu_attach_device_pasid(struct iommu_domain *domain, in iommu_attach_device_pasid() function
/Linux-v6.6/drivers/dma/idxd/
Dinit.c575 ret = iommu_attach_device_pasid(domain, dev, pasid); in idxd_enable_system_pasid()