Home
last modified time | relevance | path

Searched refs:newumem (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/vhost/
A Dvhost.c1423 struct vhost_iotlb *newumem, *oldumem; in vhost_set_memory() local
1445 newumem = iotlb_alloc(); in vhost_set_memory()
1446 if (!newumem) { in vhost_set_memory()
1454 if (vhost_iotlb_add_range(newumem, in vhost_set_memory()
1463 if (!memory_access_ok(d, newumem, 0)) in vhost_set_memory()
1467 d->umem = newumem; in vhost_set_memory()
1472 d->vqs[i]->umem = newumem; in vhost_set_memory()
1481 vhost_iotlb_free(newumem); in vhost_set_memory()

Completed in 11 milliseconds