Home
last modified time | relevance | path

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

/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dsun4x_standalloc.c48 caddr_t memlistpage; variable
243 if (memlistpage == (caddr_t)0) in resalloc()
300 if (memlistpage != (caddr_t)0) in reset_alloc()
309 memlistpage = (caddr_t)roundup((uintptr_t)_end, pagesize); in reset_alloc()
315 scratchresvp = (caddr_t)(memlistpage + pagesize); in reset_alloc()
320 bzero(memlistpage, pagesize); in reset_alloc()
322 dprintf("memlistpage = %p\n", (void *)memlistpage); in reset_alloc()
H A Dbootops.c61 if (!memlistpage) /* paranoia runs rampant */ in setup_bootops()
89 memlistextent = tablep - memlistpage; in install_memlistptrs()
H A Dboot_plat.h110 extern caddr_t memlistpage;
/titanic_50/usr/src/stand/lib/sa/
H A Dmemlist.c34 extern caddr_t memlistpage;
67 if (memlistpage == NULL) in getlink()
76 tablep = memlistpage + sizeof (struct bsys_mem); in getlink()
H A Dstandalloc.c48 caddr_t memlistpage; variable