Searched defs:vhost_dev (Results 1 – 8 of 8) sorted by relevance
78 struct vhost_dev { struct79 VirtIODevice *vdev;80 MemoryListener memory_listener;81 MemoryListener iommu_listener;82 struct vhost_memory *mem;83 int n_mem_sections;84 MemoryRegionSection *mem_sections;85 int n_tmp_sections;86 MemoryRegionSection *tmp_sections;87 struct vhost_virtqueue *vqs;[all …]
23 struct vhost_dev vhost_dev; member
32 struct vhost_dev vhost_dev; member
38 struct vhost_dev vhost_dev; member
31 struct vhost_dev vhost_dev; member
162 struct vhost_dev { struct179 int (*msg_handler)(struct vhost_dev *dev, u32 asid, argument
39 struct vhost_dev *vhost_dev = &scmi->vhost_dev; in vu_scmi_start() local91 struct vhost_dev *vhost_dev = &scmi->vhost_dev; in vu_scmi_stop() local
197 struct vhost_dev *vhost_dev = &vub->vhost_dev; in vub_connect() local