Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/os/
H A Dmemseg.c45 extern pgcnt_t ppvm_size;
86 if ((base + npgs) * sizeof (page_t) > ppvm_size) in memseg_alloc_meta()
/titanic_41/usr/src/uts/sun4/os/
H A Dstartup.c213 pgcnt_t ppvm_size = 0; /* Size of page struct map */ variable
2076 ppvm_size = in startup_vm()
2079 ppvm_max = (caddr_t)(0ull - ppvm_size); in startup_vm()
2093 ppvm_size - diff, ppvm_size); in startup_vm()
2096 PRM_DEBUG(ppvm_size); in startup_vm()
/titanic_41/usr/src/uts/i86pc/os/
H A Dstartup.c339 pgcnt_t ppvm_size = 0; /* Size of page struct map */ variable