Lines Matching refs:start
1044 map->start,
1060 return (void __user *)(uintptr_t)(map->addr + addr - map->start);
1536 void *start = &node->msg;
1552 ret = copy_to_iter(start, size, to);
1630 if (map == NULL || map->start > addr) {
1640 size = map->size - addr + map->start;
1701 /* Can we start vq? */
2167 u64 start, end, l, min;
2180 start = max(u->addr, hva);
2182 l = end - start + 1;
2184 u->start + start - u->addr,
2350 if (map == NULL || map->start > addr) {
2363 size = map->size - addr + map->start;
2366 (map->addr + addr - map->start);
2553 /* When we start there are none of either input nor output. */
2661 int start;
2663 start = vq->last_used_idx & (vq->num - 1);
2664 used = vq->used->ring + start;
2665 if (vhost_put_used(vq, heads, start, count)) {
2692 int start, n, r;
2694 start = vq->last_used_idx & (vq->num - 1);
2695 n = vq->num - start;