Home
last modified time | relevance | path

Searched defs:vhost_dev (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvhost.h79 struct vhost_dev { struct
80 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 …]
H A Dvhost-user-scmi.h23 struct vhost_dev vhost_dev; member
H A Dvhost-vsock-common.h32 struct vhost_dev vhost_dev; member
H A Dvhost-user-fs.h38 struct vhost_dev vhost_dev; member
H A Dvhost-user-base.h31 struct vhost_dev vhost_dev; member
/openbmc/qemu/hw/virtio/
H A Dvhost-user-scmi.c39 struct vhost_dev *vhost_dev = &scmi->vhost_dev; in vu_scmi_start() local
91 struct vhost_dev *vhost_dev = &scmi->vhost_dev; in vu_scmi_stop() local
H A Dvhost-user-base.c202 struct vhost_dev *vhost_dev = &vub->vhost_dev; in vub_connect() local