Home
last modified time | relevance | path

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

/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dsun4x_standalloc.c104 static caddr_t top_resvmem, scratchresvp; variable
190 if (scratchresvp + bytes <= top_resvmem) { in get_low_vpage()
194 bytes, top_resvmem - scratchresvp); in get_low_vpage()
316 scratchmemp = top_resvmem = scratchresvp + MAPPEDMEM_RESERVE; in reset_alloc()