Lines Matching defs:last
21 u64 start, u64 last,
35 ret = vhost_iotlb_add_range_ctx(domain->iotlb, start, last,
46 u64 start, u64 last)
51 while ((map = vhost_iotlb_itree_first(domain->iotlb, start, last))) {
64 u64 start = 0ULL, last = ULLONG_MAX;
68 vduse_iotlb_del_range(domain, start, last);
70 for (map = vhost_iotlb_itree_first(iotlb, start, last); map;
71 map = vhost_iotlb_itree_next(map, start, last)) {
73 ret = vduse_iotlb_add_range(domain, map->start, map->last,
84 vduse_iotlb_del_range(domain, start, last);
93 u64 start = 0ULL, last = ULLONG_MAX;
96 for (map = vhost_iotlb_itree_first(iotlb, start, last); map;
97 map = vhost_iotlb_itree_next(map, start, last)) {
98 vduse_iotlb_del_range(domain, map->start, map->last);
107 u64 last = iova + size - 1;
109 while (iova <= last) {
127 u64 last = iova + size - 1;
129 while (iova <= last) {
197 u64 last = start + PAGE_SIZE - 1;
202 map = vhost_iotlb_itree_first(domain->iotlb, start, last);