Home
last modified time | relevance | path

Searched defs:VhostUserMemory (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c101 typedef struct VhostUserMemory { struct
104 VhostUserMemoryRegion regions[VHOST_MEMORY_MAX_NREGIONS]; argument
105 } VhostUserMemory; argument
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h142 typedef struct VhostUserMemory { struct
145 VhostUserMemoryRegion regions[VHOST_MEMORY_BASELINE_NREGIONS]; argument
146 } VhostUserMemory; argument
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c128 typedef struct VhostUserMemory { struct
131 VhostUserMemoryRegion regions[VHOST_MEMORY_BASELINE_NREGIONS]; argument
132 } VhostUserMemory; typedef