Home
last modified time | relevance | path

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

/qemu/system/
H A Dphysmem.c131 unsigned sections_nb; member
760 assert(section_index < d->map.sections_nb); in iotlb_to_section()
1045 assert(map->sections_nb < TARGET_PAGE_SIZE); in phys_section_add()
1047 if (map->sections_nb == map->sections_nb_alloc) { in phys_section_add()
1052 map->sections[map->sections_nb] = *section; in phys_section_add()
1054 return map->sections_nb++; in phys_section_add()
1072 while (map->sections_nb > 0) { in phys_sections_free()
1073 MemoryRegionSection *section = &map->sections[--map->sections_nb]; in phys_sections_free()
3967 for (i = 0; i < d->map.sections_nb; ++i) { in mtree_print_dispatch()