Searched refs:dev_resv_regions (Results 1 – 1 of 1) sorted by relevance
569 iommu_insert_device_resv_regions(struct list_head *dev_resv_regions, in iommu_insert_device_resv_regions() argument575 list_for_each_entry(entry, dev_resv_regions, list) { in iommu_insert_device_resv_regions()591 struct list_head dev_resv_regions; in iommu_get_group_resv_regions() local600 INIT_LIST_HEAD(&dev_resv_regions); in iommu_get_group_resv_regions()601 iommu_get_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions()602 ret = iommu_insert_device_resv_regions(&dev_resv_regions, head); in iommu_get_group_resv_regions()603 iommu_put_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions()