Home
last modified time | relevance | path

Searched refs:vhost_memory (Results 1 – 5 of 5) sorted by relevance

/linux/tools/virtio/
A Dvirtio_test.c46 struct vhost_memory *mem;
140 dev->mem = malloc(offsetof(struct vhost_memory, regions) + in vdev_info_init()
143 memset(dev->mem, 0, offsetof(struct vhost_memory, regions) + in vdev_info_init()
/linux/include/uapi/linux/
A Dvhost_types.h107 struct vhost_memory { struct
A Dvhost.h38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
/linux/tools/include/uapi/linux/
A Dvhost.h38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
/linux/drivers/vhost/
A Dvhost.c1419 static long vhost_set_memory(struct vhost_dev *d, struct vhost_memory __user *m) in vhost_set_memory()
1421 struct vhost_memory mem, *newmem; in vhost_set_memory()
1424 unsigned long size = offsetof(struct vhost_memory, regions); in vhost_set_memory()

Completed in 15 milliseconds