Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmpo.h115 extern caddr_t mpo_heap32_buf;
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c246 caddr_t mpo_heap32_buf = NULL; variable
1486 PAGESIZE, 0, 0, mpo_heap32_buf, in startup_memlist()
1487 mpo_heap32_buf + mpo_heap32_bufsz, in startup_memlist()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c1506 mpo_heap32_buf = (caddr_t)MPOBUF_BASE; in mblock_alloc()