Searched refs:vhost_memory (Results 1 – 8 of 8) sorted by relevance
71 struct vhost_memory;82 struct vhost_memory *mem;
44 struct vhost_memory;71 struct vhost_memory *mem);
123 struct vhost_memory { struct
38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
102 struct vhost_memory *mem) in vhost_kernel_set_mem_table()
664 regions_size = offsetof(struct vhost_memory, regions) + in vhost_commit()1611 hdev->mem = g_malloc0(offsetof(struct vhost_memory, regions)); in vhost_dev_init()
891 struct vhost_memory *mem, in vhost_user_set_mem_table_postcopy()1005 struct vhost_memory *mem) in vhost_user_set_mem_table()
783 struct vhost_memory *mem) in vhost_vdpa_set_mem_table()
Completed in 26 milliseconds