Searched refs:iommu_get_msi_cookie (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Diommu.h1451 int iommu_get_msi_cookie(struct iommu_domain *domain, dma_addr_t base);
1465 static inline int iommu_get_msi_cookie(struct iommu_domain *domain, dma_addr_t base) function
/linux-master/drivers/iommu/
H A Ddma-iommu.c403 * iommu_get_msi_cookie - Acquire just MSI remapping resources
414 int iommu_get_msi_cookie(struct iommu_domain *domain, dma_addr_t base) function
432 EXPORT_SYMBOL(iommu_get_msi_cookie); variable
437 * iommu_get_msi_cookie()
/linux-master/drivers/iommu/iommufd/
H A Ddevice.c303 * call iommu_get_msi_cookie() on its behalf. This is necessary to setup
315 rc = iommu_get_msi_cookie(hwpt_paging->common.domain,
321 * iommu_get_msi_cookie() can only be called once per domain,
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c2304 ret = iommu_get_msi_cookie(domain->domain, resv_msi_base);

Completed in 112 milliseconds