Searched refs:vhost_memory (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dvhost.h60 struct vhost_memory { struct
84 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dvhost.h60 struct vhost_memory { struct
84 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dvhost.h60 struct vhost_memory { struct
84 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dvhost.h60 struct vhost_memory { struct
84 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dvhost.h60 struct vhost_memory { struct
84 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/vhost/
H A Dvhost.c313 struct vhost_memory *memory;
316 memory = kmalloc(offsetof(struct vhost_memory, regions), GFP_KERNEL);
381 static int vq_memory_access_ok(void __user *log_base, struct vhost_memory *mem,
407 static int memory_access_ok(struct vhost_dev *d, struct vhost_memory *mem,
465 static long vhost_set_memory(struct vhost_dev *d, struct vhost_memory __user *m)
467 struct vhost_memory mem, *newmem, *oldmem;
468 unsigned long size = offsetof(struct vhost_memory, regions);
785 static const struct vhost_memory_region *find_region(struct vhost_memory *mem,
876 struct vhost_memory *mem;
H A Dvhost.h119 struct vhost_memory *memory;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/vhost/
H A Dvhost.c313 struct vhost_memory *memory;
316 memory = kmalloc(offsetof(struct vhost_memory, regions), GFP_KERNEL);
381 static int vq_memory_access_ok(void __user *log_base, struct vhost_memory *mem,
407 static int memory_access_ok(struct vhost_dev *d, struct vhost_memory *mem,
465 static long vhost_set_memory(struct vhost_dev *d, struct vhost_memory __user *m)
467 struct vhost_memory mem, *newmem, *oldmem;
468 unsigned long size = offsetof(struct vhost_memory, regions);
785 static const struct vhost_memory_region *find_region(struct vhost_memory *mem,
876 struct vhost_memory *mem;
H A Dvhost.h119 struct vhost_memory *memory;

Completed in 66 milliseconds