Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4x_standalloc.c102 static caddr_t top_resvmem, scratchresvp; variable
188 if (scratchresvp + bytes <= top_resvmem) { in get_low_vpage()
192 bytes, top_resvmem - scratchresvp); in get_low_vpage()
314 scratchmemp = top_resvmem = scratchresvp + MAPPEDMEM_RESERVE; in reset_alloc()