Home
last modified time | relevance | path

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

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