Searched refs:VHOST_VIRTIO (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | vhost.h | 68 #define VHOST_VIRTIO 0xAF macro 72 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) 73 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) 78 #define VHOST_SET_OWNER _IO(VHOST_VIRTIO, 0x01) 81 #define VHOST_RESET_OWNER _IO(VHOST_VIRTIO, 0x02) 84 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) 91 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64) 93 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int) 98 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) 100 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr) [all …]
|
/linux-4.4.14/drivers/vhost/ |
D | test.h | 5 #define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int)
|