Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vhost/
Dvhost.c1435 struct vhost_iotlb *newumem, *oldumem; in vhost_set_memory() local
1457 newumem = iotlb_alloc(); in vhost_set_memory()
1458 if (!newumem) { in vhost_set_memory()
1466 if (vhost_iotlb_add_range(newumem, in vhost_set_memory()
1475 if (!memory_access_ok(d, newumem, 0)) in vhost_set_memory()
1479 d->umem = newumem; in vhost_set_memory()
1484 d->vqs[i]->umem = newumem; in vhost_set_memory()
1493 vhost_iotlb_free(newumem); in vhost_set_memory()