Searched refs:VHOST_SET_MEM_TABLE (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/include/uapi/linux/
H A Dvhost.h38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) macro
/linux-master/include/uapi/linux/
H A Dvhost.h38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) macro
/linux-master/tools/virtio/
H A Dvirtio_test.c150 r = ioctl(dev->control, VHOST_SET_MEM_TABLE, dev->mem);
H A Dvhost_net_test.c248 r = ioctl(dev->control, VHOST_SET_MEM_TABLE, dev->mem);
/linux-master/drivers/vhost/
H A Dvhost.c2062 case VHOST_SET_MEM_TABLE:

Completed in 211 milliseconds