Home
last modified time | relevance | path

Searched refs:vhost_log_chunk_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvhost.h43 typedef unsigned long vhost_log_chunk_t; typedef
45 #define VHOST_LOG_BITS (8 * sizeof(vhost_log_chunk_t))
54 vhost_log_chunk_t *log;
/openbmc/qemu/hw/virtio/
H A Dvhost.c89 vhost_log_chunk_t *dev_log = dev->log->log; in vhost_dev_sync_region()
93 vhost_log_chunk_t *from = dev_log + start / VHOST_LOG_CHUNK; in vhost_dev_sync_region()
94 vhost_log_chunk_t *to = dev_log + end / VHOST_LOG_CHUNK + 1; in vhost_dev_sync_region()
104 vhost_log_chunk_t log; in vhost_dev_sync_region()