Home
last modified time | relevance | path

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

/qemu/include/hw/virtio/
A Dvhost.h71 struct vhost_memory;
82 struct vhost_memory *mem;
A Dvhost-backend.h44 struct vhost_memory;
71 struct vhost_memory *mem);
/qemu/include/standard-headers/linux/
A Dvhost_types.h123 struct vhost_memory { struct
/qemu/linux-headers/linux/
A Dvhost.h38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
/qemu/hw/virtio/
A Dvhost-backend.c102 struct vhost_memory *mem) in vhost_kernel_set_mem_table()
A Dvhost.c664 regions_size = offsetof(struct vhost_memory, regions) + in vhost_commit()
1611 hdev->mem = g_malloc0(offsetof(struct vhost_memory, regions)); in vhost_dev_init()
A Dvhost-user.c891 struct vhost_memory *mem, in vhost_user_set_mem_table_postcopy()
1005 struct vhost_memory *mem) in vhost_user_set_mem_table()
A Dvhost-vdpa.c783 struct vhost_memory *mem) in vhost_vdpa_set_mem_table()

Completed in 26 milliseconds