Home
last modified time | relevance | path

Searched refs:vhost_log (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/virtio/
H A Dvhost.c46 static struct vhost_log *vhost_log; variable
47 static struct vhost_log *vhost_log_shm;
293 static struct vhost_log *vhost_log_alloc(uint64_t size, bool share) in vhost_log_alloc()
296 struct vhost_log *log; in vhost_log_alloc()
300 log = g_new0(struct vhost_log, 1); in vhost_log_alloc()
322 static struct vhost_log *vhost_log_get(uint64_t size, bool share) in vhost_log_get()
324 struct vhost_log *log = share ? vhost_log_shm : vhost_log; in vhost_log_get()
331 vhost_log = log; in vhost_log_get()
342 struct vhost_log *log = dev->log; in vhost_log_put()
355 if (vhost_log == log) { in vhost_log_put()
[all …]
H A Dvhost-backend.c96 struct vhost_log *log) in vhost_kernel_set_log_base()
H A Dvhost-vdpa.c1391 struct vhost_log *log) in vhost_vdpa_set_log_base()
H A Dvhost-user.c433 struct vhost_log *log) in vhost_user_set_log_base()
/qemu/include/hw/virtio/
H A Dvhost.h49 struct vhost_log { struct
130 struct vhost_log *log;
H A Dvhost-backend.h43 struct vhost_log;
69 struct vhost_log *log);