Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dvhost.h84 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) macro
/linux-4.1.27/tools/virtio/
Dvirtio_test.c134 r = ioctl(dev->control, VHOST_SET_MEM_TABLE, dev->mem); in vdev_info_init()
/linux-4.1.27/drivers/vhost/
Dvhost.c853 case VHOST_SET_MEM_TABLE: in vhost_dev_ioctl()