Home
last modified time | relevance | path

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

/linux/drivers/vfio/
H A Dvfio_iommu_type1.c2270 iommu_detach_group(domain->domain, group->iommu_group); in vfio_iommu_type1_attach_group()
2317 iommu_detach_group(domain->domain, group->iommu_group); in vfio_iommu_type1_attach_group()
2478 iommu_detach_group(domain->domain, group->iommu_group); in vfio_iommu_type1_detach_group()
2565 iommu_detach_group(domain->domain, group->iommu_group); in vfio_release_domain()
/linux/drivers/gpu/host1x/
H A Ddev.c478 iommu_detach_group(host->domain, host->group); in host1x_iommu_exit()
/linux/drivers/iommu/
H A Diommu.c2341 void iommu_detach_group(struct iommu_domain *domain, struct iommu_group *group) in iommu_detach_group() function
2347 EXPORT_SYMBOL_GPL(iommu_detach_group);
/linux/drivers/gpu/drm/tegra/
H A Ddrm.c1004 iommu_detach_group(tegra->domain, client->group); in host1x_client_iommu_detach()