Lines Matching refs:guest_phys_blocks
104 guest_phys_blocks_free(&s->guest_phys_blocks); in dump_cleanup()
576 QTAILQ_FOREACH(block, &s->guest_phys_blocks.head, next) { in get_offset_range()
761 QTAILQ_FOREACH(block, &s->guest_phys_blocks.head, next) { in dump_iterate()
1289 block = QTAILQ_FIRST(&s->guest_phys_blocks.head); in get_next_page()
1703 last_block = QTAILQ_LAST(&s->guest_phys_blocks.head); in get_max_mapnr()
1730 QTAILQ_FOREACH(block, &s->guest_phys_blocks.head, next) { in dump_calculate_size()
1835 guest_phys_blocks_init(&s->guest_phys_blocks); in dump_init()
1836 guest_phys_blocks_append(&s->guest_phys_blocks); in dump_init()
1852 ret = cpu_get_dump_info(&s->dump_info, &s->guest_phys_blocks); in dump_init()
1911 qemu_get_guest_memory_mapping(&s->list, &s->guest_phys_blocks, errp); in dump_init()
1916 qemu_get_guest_simple_memory_mapping(&s->list, &s->guest_phys_blocks); in dump_init()