Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Did32.c45 extern char *heap_core_base;
46 #define ID32_ENCODE(x) (((x) - (uintptr_t)heap_core_base) | \
47 ((((x) - (uintptr_t)heap_core_base) % ID32_MOD)) + 1)
49 (uintptr_t)heap_core_base)
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c111 char *heap_core_base; /* start of core kernel heap arena */ variable
285 heap_core_base = core_start; in kernelheap_init()
288 heap_core_base = kernelheap; in kernelheap_init()