Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Darch_dump.c316 int64_t memblock_size, memblock_start; in get_mem_state() local
322 memblock_start = dump_filtered_memblock_start(block, s->filter_area_begin, in get_mem_state()
324 if (memblock_start == -1) { in get_mem_state()
/openbmc/qemu/dump/
H A Ddump.c759 int64_t memblock_size, memblock_start; in dump_iterate() local
762memblock_start = dump_filtered_memblock_start(block, s->filter_area_begin, s->filter_area_length); in dump_iterate()
763 if (memblock_start == -1) { in dump_iterate()
770 write_memory(s, block, memblock_start, memblock_size, errp); in dump_iterate()