Searched refs:vhost_user_read (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/virtio/ |
H A D | vhost-user.c | 303 static int vhost_user_read(struct vhost_dev *dev, VhostUserMsg *msg) in vhost_user_read() function 348 ret = vhost_user_read(dev, &msg_reply); in process_message_reply() 465 ret = vhost_user_read(dev, &msg); in vhost_user_set_log_base() 755 ret = vhost_user_read(dev, &msg_reply); in send_add_regions() 932 ret = vhost_user_read(dev, &msg_reply); in vhost_user_set_mem_table_postcopy() 1095 ret = vhost_user_read(dev, &msg); in vhost_user_get_u64() 1305 ret = vhost_user_read(dev, &msg); in vhost_user_get_vring_base() 1696 ret = vhost_user_read(dev, &msg); in vhost_user_get_shared_object() 2021 ret = vhost_user_read(dev, &msg); in vhost_user_postcopy_advise() 2458 ret = vhost_user_read(dev, &msg); in vhost_user_get_config() [all …]
|
H A D | trace-events | 28 vhost_user_read(uint32_t req, uint32_t flags) "req:%d flags:0x%"PRIx32""
|