Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Diommu.c822 iommu_insert_device_resv_regions(struct list_head *dev_resv_regions, in iommu_insert_device_resv_regions() argument
828 list_for_each_entry(entry, dev_resv_regions, list) { in iommu_insert_device_resv_regions()
844 struct list_head dev_resv_regions; in iommu_get_group_resv_regions() local
853 INIT_LIST_HEAD(&dev_resv_regions); in iommu_get_group_resv_regions()
854 iommu_get_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions()
855 ret = iommu_insert_device_resv_regions(&dev_resv_regions, head); in iommu_get_group_resv_regions()
856 iommu_put_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions()