Searched refs:VHOST_USER_VERSION (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 240 #define VHOST_USER_VERSION (0x1) macro 291 if (msg->hdr.flags != (VHOST_USER_REPLY_MASK | VHOST_USER_VERSION)) { in vhost_user_read_header() 294 VHOST_USER_REPLY_MASK | VHOST_USER_VERSION); in vhost_user_read_header() 427 .hdr.flags = VHOST_USER_VERSION, in vhost_user_gpu_set_socket() 443 .hdr.flags = VHOST_USER_VERSION, in vhost_user_set_log_base() 903 .hdr.flags = VHOST_USER_VERSION, in vhost_user_set_mem_table_postcopy() 1028 .hdr.flags = VHOST_USER_VERSION, in vhost_user_set_mem_table() 1067 .hdr.flags = VHOST_USER_VERSION, in vhost_user_set_vring_endian() 1085 .hdr.flags = VHOST_USER_VERSION, in vhost_user_get_u64() 1172 .hdr.flags = VHOST_USER_VERSION, in vhost_set_vring() [all …]
|
/openbmc/linux/arch/um/drivers/ |
H A D | vhost_user.h | 22 #define VHOST_USER_VERSION 1 macro
|
H A D | virtio_uml.c | 188 if (msg->header.flags != (VHOST_USER_FLAG_REPLY | VHOST_USER_VERSION)) in vhost_user_recv_resp() 220 VHOST_USER_VERSION) in vhost_user_recv_req() 235 msg->header.flags |= VHOST_USER_VERSION; in vhost_user_send()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 96 #define VHOST_USER_VERSION 1 macro 670 vmsg->flags |= VHOST_USER_VERSION; in vu_send_reply() 1465 .flags = VHOST_USER_VERSION | VHOST_USER_NEED_REPLY_MASK, in vu_set_queue_host_notifier() 1505 .flags = VHOST_USER_VERSION | VHOST_USER_NEED_REPLY_MASK, in vu_lookup_shared_object() 1565 .flags = VHOST_USER_VERSION, in vu_add_shared_object() 1583 .flags = VHOST_USER_VERSION, in vu_rm_shared_object() 2630 .flags = VHOST_USER_VERSION, in _vu_queue_notify() 2670 .flags = VHOST_USER_VERSION, in vu_config_change_msg()
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 138 #define VHOST_USER_VERSION (0x1) macro
|