Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost.c620 dev->tmp_sections = NULL; in vhost_begin()
642 dev->mem_sections = dev->tmp_sections; in vhost_commit()
781 MemoryRegionSection *prev_sec = dev->tmp_sections + in vhost_region_add_section()
838 dev->tmp_sections = g_renew(MemoryRegionSection, dev->tmp_sections, in vhost_region_add_section()
840 dev->tmp_sections[dev->n_tmp_sections - 1] = *section; in vhost_region_add_section()
844 dev->tmp_sections[dev->n_tmp_sections - 1].fv = NULL; in vhost_region_add_section()
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h86 MemoryRegionSection *tmp_sections; member