Searched defs:vhost_dev (Results 1 – 7 of 7) sorted by relevance
79 struct vhost_dev { struct80 VirtIODevice *vdev;81 MemoryListener memory_listener;82 MemoryListener iommu_listener;83 struct vhost_memory *mem;84 int n_mem_sections;85 MemoryRegionSection *mem_sections;86 int n_tmp_sections;87 MemoryRegionSection *tmp_sections;88 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
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
202 struct vhost_dev *vhost_dev = &vub->vhost_dev; in vub_connect() local