Home
last modified time | relevance | path

Searched refs:dev_resv_regions (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/iommu/
Diommu.c569 iommu_insert_device_resv_regions(struct list_head *dev_resv_regions, in iommu_insert_device_resv_regions() argument
575 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() local
600 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()