Home
last modified time | relevance | path

Searched refs:scratchresvp (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()
189 v = scratchresvp; in get_low_vpage()
190 scratchresvp += bytes; in get_low_vpage()
192 bytes, top_resvmem - scratchresvp); in get_low_vpage()
313 scratchresvp = (caddr_t)(memlistpage + pagesize); in reset_alloc()
314 scratchmemp = top_resvmem = scratchresvp + MAPPEDMEM_RESERVE; in reset_alloc()