Home
last modified time | relevance | path

Searched refs:VhostUserMemoryRegion (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/vhost/
H A Dvhost_user.h71 typedef struct VhostUserMemoryRegion { struct
76 } VhostUserMemoryRegion; argument
81 VhostUserMemoryRegion regions[VHOST_MEMORY_MAX_NREGIONS];
H A Dvhost_user.c1053 VhostUserMemoryRegion *new_r = &new->regions[i]; in vhost_memory_changed()