Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dvhost.h50 struct vhost_memory_region { struct
63 struct vhost_memory_region regions[0]; argument
/linux-4.4.14/drivers/vhost/
Dvhost.c588 struct vhost_memory_region *m = mem->regions + i; in vq_memory_access_ok()
674 const struct vhost_memory_region *r1 = p1, *r2 = p2; in vhost_memory_reg_sort_cmp()
1020 static const struct vhost_memory_region *find_region(struct vhost_memory *mem, in find_region()
1023 const struct vhost_memory_region *reg; in find_region()
1183 const struct vhost_memory_region *reg; in translate_desc()