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

/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c77 struct list_head emulated_iommu_groups; member in struct:vfio_iommu
1284 if (invalidate_vaddr && !list_empty(&iommu->emulated_iommu_groups)) {
1879 list_for_each_entry(group, &iommu->emulated_iommu_groups, next)
2173 list_add(&group->next, &iommu->emulated_iommu_groups);
2461 list_for_each_entry(group, &iommu->emulated_iommu_groups, next) {
2468 if (list_empty(&iommu->emulated_iommu_groups) &&
2501 if (list_empty(&iommu->emulated_iommu_groups)) {
2566 INIT_LIST_HEAD(&iommu->emulated_iommu_groups);
2592 &iommu->emulated_iommu_groups, next) {
2633 ret = !list_empty(&iommu->emulated_iommu_groups);
[all...]

Completed in 96 milliseconds