Searched refs:iommu_put_resv_regions (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | iommu.h | 458 extern void iommu_put_resv_regions(struct device *dev, struct list_head *list); 770 static inline void iommu_put_resv_regions(struct device *dev, in iommu_put_resv_regions() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | iommu.h | 493 extern void iommu_put_resv_regions(struct device *dev, struct list_head *list); 827 static inline void iommu_put_resv_regions(struct device *dev, in iommu_put_resv_regions() function
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | iommu.c | 820 iommu_put_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions() 1113 iommu_put_resv_regions(dev, &mappings); in iommu_create_device_direct_mappings() 2766 * iommu_put_resv_regions - release reserved regions 2772 void iommu_put_resv_regions(struct device *dev, struct list_head *list) in iommu_put_resv_regions() function 2783 EXPORT_SYMBOL(iommu_put_resv_regions); variable
|
H A D | virtio-iommu.c | 998 iommu_put_resv_regions(dev, &vdev->resv_regions); in viommu_probe_device() 1018 iommu_put_resv_regions(dev, &vdev->resv_regions); in viommu_release_device()
|
H A D | dma-iommu.c | 514 iommu_put_resv_regions(dev, &resv_regions); in iova_reserve_iommu_regions()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | iommu.c | 473 iommu_put_resv_regions(device->dev, &dev_resv_regions); in iommu_get_group_resv_regions() 775 iommu_put_resv_regions(dev, &mappings); in iommu_create_device_direct_mappings() 2722 void iommu_put_resv_regions(struct device *dev, struct list_head *list) in iommu_put_resv_regions() function
|
H A D | dma-iommu.c | 272 iommu_put_resv_regions(dev, &resv_regions); in iova_reserve_iommu_regions()
|
/kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
H A D | io_pagetable.c | 1244 iommu_put_resv_regions(dev, &resv_regions); in iopt_table_enforce_dev_resv_regions()
|
Completed in 20 milliseconds