Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dvhost.h102 #define VHOST_SET_VRING_BASE _IOW(VHOST_VIRTIO, 0x12, struct vhost_vring_state) macro
/linux-4.1.27/tools/virtio/
Dvirtio_test.c78 r = ioctl(dev->control, VHOST_SET_VRING_BASE, &state); in vhost_vq_setup()
/linux-4.1.27/drivers/vhost/
Dvhost.c674 case VHOST_SET_VRING_BASE: in vhost_vring_ioctl()