Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Diommu.h309 extern void iommu_put_resv_regions(struct device *dev, struct list_head *list);
515 static inline void iommu_put_resv_regions(struct device *dev, in iommu_put_resv_regions() function
/Linux-v4.19/drivers/iommu/
Diommu.c270 iommu_put_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions()
570 iommu_put_resv_regions(dev, &mappings); in iommu_group_create_direct_mappings()
1866 void iommu_put_resv_regions(struct device *dev, struct list_head *list) in iommu_put_resv_regions() function
Ddma-iommu.c255 iommu_put_resv_regions(dev, &resv_regions); in iova_reserve_iommu_regions()