Searched refs:sections_nb (Results 1 – 1 of 1) sorted by relevance
131 unsigned sections_nb; member758 assert(section_index < d->map.sections_nb); in iotlb_to_section()1036 assert(map->sections_nb < TARGET_PAGE_SIZE); in phys_section_add()1038 if (map->sections_nb == map->sections_nb_alloc) { in phys_section_add()1043 map->sections[map->sections_nb] = *section; in phys_section_add()1045 return map->sections_nb++; in phys_section_add()1063 while (map->sections_nb > 0) { in phys_sections_free()1064 MemoryRegionSection *section = &map->sections[--map->sections_nb]; in phys_sections_free()3975 for (i = 0; i < d->map.sections_nb; ++i) { in mtree_print_dispatch()