Lines Matching defs:map
18 #include <linux/dma-map-ops.h>
1122 struct vhost_iotlb_map *map;
1140 map = vhost_iotlb_itree_first(dev->domain->iotlb,
1142 if (map) {
1143 map_file = (struct vdpa_map_file *)map->opaque;
1146 entry.start = map->start;
1147 entry.last = map->last;
1148 entry.perm = map->perm;
1329 struct vhost_iotlb_map *map;
1349 map = vhost_iotlb_itree_first(dev->domain->iotlb,
1351 if (map) {
1352 info.start = map->start;
1353 info.last = map->last;
1355 if (dev->domain->bounce_map && map->start == 0 &&
1356 map->last == dev->domain->bounce_size - 1)
1361 if (!map)