Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Diommu.h451 extern void iommu_get_resv_regions(struct device *dev, struct list_head *list);
787 static inline void iommu_get_resv_regions(struct device *dev, in iommu_get_resv_regions() function
/linux-6.1.9/drivers/iommu/
Diommu.c601 iommu_get_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions()
878 iommu_get_resv_regions(dev, &mappings); in iommu_create_device_direct_mappings()
2568 void iommu_get_resv_regions(struct device *dev, struct list_head *list) in iommu_get_resv_regions() function
Ddma-iommu.c492 iommu_get_resv_regions(dev, &resv_regions); in iova_reserve_iommu_regions()