Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/
Diommu.c553 iommu_insert_device_resv_regions(struct list_head *dev_resv_regions, in iommu_insert_device_resv_regions() argument
559 list_for_each_entry(entry, dev_resv_regions, list) { in iommu_insert_device_resv_regions()
575 struct list_head dev_resv_regions; in iommu_get_group_resv_regions() local
584 INIT_LIST_HEAD(&dev_resv_regions); in iommu_get_group_resv_regions()
585 iommu_get_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions()
586 ret = iommu_insert_device_resv_regions(&dev_resv_regions, head); in iommu_get_group_resv_regions()
587 iommu_put_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions()