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.c123 unsigned sections_nb_alloc; member
983 if (map->sections_nb == map->sections_nb_alloc) { in phys_section_add()
984 map->sections_nb_alloc = MAX(map->sections_nb_alloc * 2, 16); in phys_section_add()
986 map->sections_nb_alloc); in phys_section_add()