Searched refs:vhost_memory (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | vhost.h | 97 struct vhost_memory { struct 121 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | vhost.h | 97 struct vhost_memory { struct 121 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) argument
|
| /OK3568_Linux_fs/kernel/tools/virtio/ |
| H A D | virtio_test.c | 46 struct vhost_memory *mem; 141 dev->mem = malloc(offsetof(struct vhost_memory, regions) + in vdev_info_init() 144 memset(dev->mem, 0, offsetof(struct vhost_memory, regions) + in vdev_info_init()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | vhost_types.h | 107 struct vhost_memory { struct
|
| H A D | vhost.h | 38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | vhost.h | 38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | vhost.c | 1419 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()
|