Searched defs:vhost_user_region (Results 1 – 1 of 1) sorted by relevance
25 struct vhost_user_region { struct26 uint64_t guest_phys_addr;27 uint64_t size;51 struct vhost_user_region regions[MAX_REGIONS]; argument