Home
last modified time | relevance | path

Searched refs:VHOST_USER_SET_MEM_TABLE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dvhost_user.h36 VHOST_USER_SET_MEM_TABLE = 5, enumerator
H A Dvirtio_uml.c627 .header.request = VHOST_USER_SET_MEM_TABLE, in vhost_user_set_mem_table()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h83 VHOST_USER_SET_MEM_TABLE = 5, enumerator
H A Dlibvhost-user.c135 REQ(VHOST_USER_SET_MEM_TABLE), in vu_request_to_string()
2095 case VHOST_USER_SET_MEM_TABLE: in vu_process_message()
/openbmc/qemu/util/
H A Dvhost-user-server.c76 vmsg->request == VHOST_USER_SET_MEM_TABLE) { in vmsg_unblock_fds()
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c68 VHOST_USER_SET_MEM_TABLE = 5, enumerator
368 case VHOST_USER_SET_MEM_TABLE: in vhost_user_per_device_request()
517 msg->hdr.request = VHOST_USER_SET_MEM_TABLE; in vhost_user_fill_set_mem_table_msg()
939 if (msg_reply.hdr.request != VHOST_USER_SET_MEM_TABLE) { in vhost_user_set_mem_table_postcopy()
942 VHOST_USER_SET_MEM_TABLE, msg_reply.hdr.request); in vhost_user_set_mem_table_postcopy()
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c75 VHOST_USER_SET_MEM_TABLE = 5, enumerator
453 case VHOST_USER_SET_MEM_TABLE: in chr_read()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst404 * ``VHOST_USER_SET_MEM_TABLE``
665 ``VHOST_USER_SET_MEM_TABLE`` message. Each region has two base
695 the ``VHOST_USER_SET_MEM_TABLE`` request. For invalidation events, the
1138 ``VHOST_USER_SET_MEM_TABLE``
1158 ``VHOST_USER_SET_MEM_TABLE`` as an acknowledgement; only upon
1598 For further details on postcopy, see ``VHOST_USER_SET_MEM_TABLE``.