Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dphysmem.c132 unsigned sections_nb_alloc; member
1038 if (map->sections_nb == map->sections_nb_alloc) { in phys_section_add()
1039 map->sections_nb_alloc = MAX(map->sections_nb_alloc * 2, 16); in phys_section_add()
1041 map->sections_nb_alloc); in phys_section_add()