Searched refs:vhost_user_read (Results 1 – 2 of 2) sorted by relevance
/openbmc/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() 757 ret = vhost_user_read(dev, &msg_reply); in send_add_regions() 934 ret = vhost_user_read(dev, &msg_reply); in vhost_user_set_mem_table_postcopy() 1097 ret = vhost_user_read(dev, &msg); in vhost_user_get_u64() 1307 ret = vhost_user_read(dev, &msg); in vhost_user_get_vring_base() 1698 ret = vhost_user_read(dev, &msg); in vhost_user_get_shared_object() 2023 ret = vhost_user_read(dev, &msg); in vhost_user_postcopy_advise() 2460 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""
|