resv_regions      243 drivers/iommu/dma-iommu.c 	LIST_HEAD(resv_regions);
resv_regions      252 drivers/iommu/dma-iommu.c 	iommu_get_resv_regions(dev, &resv_regions);
resv_regions      253 drivers/iommu/dma-iommu.c 	list_for_each_entry(region, &resv_regions, list) {
resv_regions      270 drivers/iommu/dma-iommu.c 	iommu_put_resv_regions(dev, &resv_regions);
resv_regions       80 drivers/iommu/virtio-iommu.c 	struct list_head		resv_regions;
resv_regions      457 drivers/iommu/virtio-iommu.c 	list_add(&region->list, &vdev->resv_regions);
resv_regions      817 drivers/iommu/virtio-iommu.c 	list_for_each_entry(entry, &vdev->resv_regions, list) {
resv_regions      889 drivers/iommu/virtio-iommu.c 	INIT_LIST_HEAD(&vdev->resv_regions);
resv_regions      920 drivers/iommu/virtio-iommu.c 	viommu_put_resv_regions(dev, &vdev->resv_regions);
resv_regions      938 drivers/iommu/virtio-iommu.c 	viommu_put_resv_regions(dev, &vdev->resv_regions);
resv_regions     1535 drivers/vfio/vfio_iommu_type1.c 				     struct list_head *resv_regions)
resv_regions     1540 drivers/vfio/vfio_iommu_type1.c 	list_for_each_entry(region, resv_regions, list) {
resv_regions     1556 drivers/vfio/vfio_iommu_type1.c 				   struct list_head *resv_regions)
resv_regions     1561 drivers/vfio/vfio_iommu_type1.c 	list_for_each_entry(resv, resv_regions, list) {
resv_regions     1603 drivers/vfio/vfio_iommu_type1.c static void vfio_iommu_resv_free(struct list_head *resv_regions)
resv_regions     1607 drivers/vfio/vfio_iommu_type1.c 	list_for_each_entry_safe(n, next, resv_regions, list) {
resv_regions     1948 drivers/vfio/vfio_iommu_type1.c 	LIST_HEAD(resv_regions);
resv_regions     1957 drivers/vfio/vfio_iommu_type1.c 							   &resv_regions);
resv_regions     1976 drivers/vfio/vfio_iommu_type1.c 	ret = vfio_iommu_resv_exclude(iova_copy, &resv_regions);
resv_regions     1978 drivers/vfio/vfio_iommu_type1.c 	vfio_iommu_resv_free(&resv_regions);