Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c200 static caddr_t littlehand = (caddr_t)BOOTTMPBASE; variable
230 ALIGN(littlehand, PAGESIZE) - (uintptr_t)littlehand; in bop_temp_alloc()
234 ret = littlehand; in bop_temp_alloc()
235 littlehand += size; in bop_temp_alloc()
238 littlehand = bighand + size; in bop_temp_alloc()