Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dphysmem.c124 unsigned sections_nb; member
1016 assert(map->sections_nb < TARGET_PAGE_SIZE); in phys_section_add()
1018 if (map->sections_nb == map->sections_nb_alloc) { in phys_section_add()
1023 map->sections[map->sections_nb] = *section; in phys_section_add()
1025 return map->sections_nb++; in phys_section_add()
1043 while (map->sections_nb > 0) { in phys_sections_free()
1044 MemoryRegionSection *section = &map->sections[--map->sections_nb]; in phys_sections_free()
2517 assert(section_index < d->map.sections_nb); in iotlb_to_section()
3802 for (i = 0; i < d->map.sections_nb; ++i) { in mtree_print_dispatch()