Searched refs:dev_resv_regions (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | iommu.c | 446 iommu_insert_device_resv_regions(struct list_head *dev_resv_regions, in iommu_insert_device_resv_regions() argument 452 list_for_each_entry(entry, dev_resv_regions, list) { in iommu_insert_device_resv_regions() 468 struct list_head dev_resv_regions; in iommu_get_group_resv_regions() local 470 INIT_LIST_HEAD(&dev_resv_regions); in iommu_get_group_resv_regions() 471 iommu_get_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions() 472 ret = iommu_insert_device_resv_regions(&dev_resv_regions, head); in iommu_get_group_resv_regions() 473 iommu_put_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | iommu.c | 786 iommu_insert_device_resv_regions(struct list_head *dev_resv_regions, in iommu_insert_device_resv_regions() argument 792 list_for_each_entry(entry, dev_resv_regions, list) { in iommu_insert_device_resv_regions() 808 struct list_head dev_resv_regions; in iommu_get_group_resv_regions() local 817 INIT_LIST_HEAD(&dev_resv_regions); in iommu_get_group_resv_regions() 818 iommu_get_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions() 819 ret = iommu_insert_device_resv_regions(&dev_resv_regions, head); in iommu_get_group_resv_regions() 820 iommu_put_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions()
|
Completed in 9 milliseconds