Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c940 static struct memlist *old_phys_avail; variable
1764 old_phys_avail = phys_avail; in startup_fixup_physavail()
1845 ASSERT(old_phys_avail != NULL && phys_avail != NULL); in startup_vm()
1847 diff_memlists(phys_avail, old_phys_avail, update_kcage_ranges); in startup_vm()
1849 memlist_free_list(old_phys_avail); in startup_vm()