Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.h73 typedef struct VhostUserMemoryRegion { struct
78 } VhostUserMemoryRegion; argument
83 VhostUserMemoryRegion regions[VHOST_MEMORY_MAX_NREGIONS];
H A Dvhost_user.c987 VhostUserMemoryRegion *new_r = &new->regions[i]; in vhost_memory_changed()