Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diommu.h1217 int iommu_attach_device_pasid(struct iommu_domain *domain,
1533 static inline int iommu_attach_device_pasid(struct iommu_domain *domain, in iommu_attach_device_pasid() function
/linux/drivers/dma/idxd/
H A Dinit.c660 ret = iommu_attach_device_pasid(domain, dev, pasid, NULL); in idxd_enable_system_pasid()
/linux/drivers/iommu/iommufd/
H A Ddevice.c589 rc = iommu_attach_device_pasid(hwpt->domain, idev->dev, pasid, in iommufd_hwpt_attach_device()