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.h42 typedef unsigned long vhost_log_chunk_t; typedef
44 #define VHOST_LOG_BITS (8 * sizeof(vhost_log_chunk_t))
53 vhost_log_chunk_t *log;
/openbmc/qemu/hw/virtio/
H A Dvhost.c95 vhost_log_chunk_t *dev_log = dev->log->log; in vhost_dev_sync_region()
99 vhost_log_chunk_t *from = dev_log + start / VHOST_LOG_CHUNK; in vhost_dev_sync_region()
100 vhost_log_chunk_t *to = dev_log + end / VHOST_LOG_CHUNK + 1; in vhost_dev_sync_region()
110 vhost_log_chunk_t log; in vhost_dev_sync_region()