Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dphysmem.c122 unsigned sections_nb; member
981 assert(map->sections_nb < TARGET_PAGE_SIZE); in phys_section_add()
983 if (map->sections_nb == map->sections_nb_alloc) { in phys_section_add()
988 map->sections[map->sections_nb] = *section; in phys_section_add()
990 return map->sections_nb++; in phys_section_add()
1008 while (map->sections_nb > 0) { in phys_sections_free()
1009 MemoryRegionSection *section = &map->sections[--map->sections_nb]; in phys_sections_free()
2444 assert(section_index < d->map.sections_nb); in iotlb_to_section()
3648 for (i = 0; i < d->map.sections_nb; ++i) { in mtree_print_dispatch()