Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vfio/
Dvfio_iommu_type1.c80 struct list_head emulated_iommu_groups; member
1908 list_for_each_entry(group, &iommu->emulated_iommu_groups, next) in vfio_iommu_find_iommu_group()
2203 list_add(&group->next, &iommu->emulated_iommu_groups); in vfio_iommu_type1_attach_group()
2494 list_for_each_entry(group, &iommu->emulated_iommu_groups, next) { in vfio_iommu_type1_detach_group()
2501 if (list_empty(&iommu->emulated_iommu_groups) && in vfio_iommu_type1_detach_group()
2534 if (list_empty(&iommu->emulated_iommu_groups)) { in vfio_iommu_type1_detach_group()
2601 INIT_LIST_HEAD(&iommu->emulated_iommu_groups); in vfio_iommu_type1_open()
2627 &iommu->emulated_iommu_groups, next) { in vfio_iommu_type1_release()