Searched refs:old_phys_avail (Results 1 – 1 of 1) sorted by relevance
944 static struct memlist *old_phys_avail; variable1790 old_phys_avail = phys_avail; in startup_fixup_physavail()1871 ASSERT(old_phys_avail != NULL && phys_avail != NULL); in startup_vm()1873 diff_memlists(phys_avail, old_phys_avail, update_kcage_ranges); in startup_vm()1875 memlist_free_list(old_phys_avail); in startup_vm()