Home
last modified time | relevance | path

Searched refs:iommu_group_claim_dma_owner (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Diommu.h715 int iommu_group_claim_dma_owner(struct iommu_group *group, void *owner);
1048 iommu_group_claim_dma_owner(struct iommu_group *group, void *owner) in iommu_group_claim_dma_owner() function
/kernel/linux/linux-6.6/drivers/vfio/
H A Dcontainer.c437 ret = iommu_group_claim_dma_owner(group->iommu_group, group); in vfio_container_attach_group()
/kernel/linux/linux-6.6/drivers/iommu/
H A Diommu.c2216 * being used with iommu_group_claim_dma_owner() which will block in __iommu_device_set_domain()
3236 * iommu_group_claim_dma_owner() - Set DMA ownership of a group
3244 int iommu_group_claim_dma_owner(struct iommu_group *group, void *owner) in iommu_group_claim_dma_owner() function
3263 EXPORT_SYMBOL_GPL(iommu_group_claim_dma_owner); variable
3320 * Release the DMA ownership claimed by iommu_group_claim_dma_owner().

Completed in 14 milliseconds