Home
last modified time | relevance | path

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

/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c425 MemoryRegion *section_mr = NULL; in vfu_object_bar_rw() local
439 section_mr = section.mr; in vfu_object_bar_rw()
443 if (is_write && section_mr->readonly) { in vfu_object_bar_rw()
448 memory_region_unref(section_mr); in vfu_object_bar_rw()
452 if (vfu_object_mr_rw(section_mr, ptr, section_offset, in vfu_object_bar_rw()
458 memory_region_unref(section_mr); in vfu_object_bar_rw()
467 memory_region_unref(section_mr); in vfu_object_bar_rw()