Home
last modified time | relevance | path

Searched refs:VHOST_MEMORY_BASELINE_NREGIONS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h31 #define VHOST_MEMORY_BASELINE_NREGIONS 8 macro
145 VhostUserMemoryRegion regions[VHOST_MEMORY_BASELINE_NREGIONS];
219 int fds[VHOST_MEMORY_BASELINE_NREGIONS];
H A Dlibvhost-user.c539 char control[CMSG_SPACE(VHOST_MEMORY_BASELINE_NREGIONS * sizeof(int))] = {}; in vu_message_read_default()
571 assert(vmsg->fd_num <= VHOST_MEMORY_BASELINE_NREGIONS); in vu_message_read_default()
611 char control[CMSG_SPACE(VHOST_MEMORY_BASELINE_NREGIONS * sizeof(int))] = {}; in vu_message_write()
624 assert(vmsg->fd_num <= VHOST_MEMORY_BASELINE_NREGIONS); in vu_message_write()
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c43 #define VHOST_MEMORY_BASELINE_NREGIONS 8 macro
131 VhostUserMemoryRegion regions[VHOST_MEMORY_BASELINE_NREGIONS];
525 assert(*fd_num < VHOST_MEMORY_BASELINE_NREGIONS); in vhost_user_fill_set_mem_table_msg()
533 } else if (*fd_num == VHOST_MEMORY_BASELINE_NREGIONS) { in vhost_user_fill_set_mem_table_msg()
896 int fds[VHOST_MEMORY_BASELINE_NREGIONS]; in vhost_user_set_mem_table_postcopy()
1008 int fds[VHOST_MEMORY_BASELINE_NREGIONS]; in vhost_user_set_mem_table()
2258 u->user->memory_slots = VHOST_MEMORY_BASELINE_NREGIONS; in vhost_user_backend_init()