Searched refs:group_resv_regions (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/vfio/ |
| H A D | vfio_iommu_type1.c | 1980 static bool vfio_iommu_has_sw_msi(struct list_head *group_resv_regions, in vfio_iommu_has_sw_msi() argument 1986 list_for_each_entry(region, group_resv_regions, list) { in vfio_iommu_has_sw_msi() 2247 LIST_HEAD(group_resv_regions); in vfio_iommu_type1_attach_group() 2309 ret = iommu_get_group_resv_regions(iommu_group, &group_resv_regions); in vfio_iommu_type1_attach_group() 2313 if (vfio_iommu_resv_conflict(iommu, &group_resv_regions)) { in vfio_iommu_type1_attach_group() 2332 ret = vfio_iommu_resv_exclude(&iova_copy, &group_resv_regions); in vfio_iommu_type1_attach_group() 2336 resv_msi = vfio_iommu_has_sw_msi(&group_resv_regions, &resv_msi_base); in vfio_iommu_type1_attach_group() 2410 vfio_iommu_resv_free(&group_resv_regions); in vfio_iommu_type1_attach_group() 2419 vfio_iommu_resv_free(&group_resv_regions); in vfio_iommu_type1_attach_group()
|
| /linux/drivers/iommu/ |
| H A D | iommu.c | 914 struct list_head *group_resv_regions) in iommu_insert_device_resv_regions() 920 ret = iommu_insert_resv_region(entry, group_resv_regions); in iommu_get_group_resv_regions() 960 struct list_head group_resv_regions; in iommu_group_show_resv_regions() 963 INIT_LIST_HEAD(&group_resv_regions); in iommu_group_show_resv_regions() 964 iommu_get_group_resv_regions(group, &group_resv_regions); in iommu_group_show_resv_regions() 966 list_for_each_entry_safe(region, next, &group_resv_regions, list) { in iommu_group_show_resv_regions() 907 iommu_insert_device_resv_regions(struct list_head * dev_resv_regions,struct list_head * group_resv_regions) iommu_insert_device_resv_regions() argument 953 struct list_head group_resv_regions; iommu_group_show_resv_regions() local
|