Searched refs:iommu_get_resv_regions (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | iommu.h | 457 extern void iommu_get_resv_regions(struct device *dev, struct list_head *list); 765 static inline void iommu_get_resv_regions(struct device *dev, in iommu_get_resv_regions() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | iommu.h | 492 extern void iommu_get_resv_regions(struct device *dev, struct list_head *list); 822 static inline void iommu_get_resv_regions(struct device *dev, in iommu_get_resv_regions() function
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | iommu.c | 818 iommu_get_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions() 1066 iommu_get_resv_regions(dev, &mappings); in iommu_create_device_direct_mappings() 2749 * iommu_get_resv_regions - get reserved regions 2756 void iommu_get_resv_regions(struct device *dev, struct list_head *list) in iommu_get_resv_regions() function 2763 EXPORT_SYMBOL_GPL(iommu_get_resv_regions); variable 2770 * This releases a reserved region list acquired by iommu_get_resv_regions().
|
H A D | dma-iommu.c | 382 * @dev: Device from iommu_get_resv_regions() 383 * @list: Reserved region list from iommu_get_resv_regions() 496 iommu_get_resv_regions(dev, &resv_regions); in iova_reserve_iommu_regions()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | iommu.c | 471 iommu_get_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions() 742 iommu_get_resv_regions(dev, &mappings); in iommu_create_device_direct_mappings() 2714 void iommu_get_resv_regions(struct device *dev, struct list_head *list) in iommu_get_resv_regions() function
|
H A D | dma-iommu.c | 152 * @dev: Device from iommu_get_resv_regions() 153 * @list: Reserved region list from iommu_get_resv_regions() 254 iommu_get_resv_regions(dev, &resv_regions); in iova_reserve_iommu_regions()
|
/kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
H A D | io_pagetable.c | 1213 iommu_get_resv_regions(dev, &resv_regions); in iopt_table_enforce_dev_resv_regions()
|
Completed in 19 milliseconds