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

/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c1885 static bool vfio_iommu_has_sw_msi(struct list_head *group_resv_regions, argument
1891 list_for_each_entry(region, group_resv_regions, list) {
2152 LIST_HEAD(group_resv_regions);
2219 ret = iommu_get_group_resv_regions(iommu_group, &group_resv_regions);
2223 if (vfio_iommu_resv_conflict(iommu, &group_resv_regions)) {
2242 ret = vfio_iommu_resv_exclude(&iova_copy, &group_resv_regions);
2246 resv_msi = vfio_iommu_has_sw_msi(&group_resv_regions, &resv_msi_base);
2322 vfio_iommu_resv_free(&group_resv_regions);
2331 vfio_iommu_resv_free(&group_resv_regions);
/linux-master/drivers/iommu/
H A Diommu.c828 struct list_head *group_resv_regions)
834 ret = iommu_insert_resv_region(entry, group_resv_regions);
874 struct list_head group_resv_regions; local
877 INIT_LIST_HEAD(&group_resv_regions);
878 iommu_get_group_resv_regions(group, &group_resv_regions);
880 list_for_each_entry_safe(region, next, &group_resv_regions, list) {
827 iommu_insert_device_resv_regions(struct list_head *dev_resv_regions, struct list_head *group_resv_regions) argument

Completed in 123 milliseconds