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

/illumos-gate/usr/src/uts/common/os/
H A Did32.c47 extern char *heap_core_base;
48 #define ID32_ENCODE(x) (((x) - (uintptr_t)heap_core_base) | \
49 ((((x) - (uintptr_t)heap_core_base) % ID32_MOD)) + 1)
51 (uintptr_t)heap_core_base)
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c110 char *heap_core_base; /* start of core kernel heap arena */ variable
276 heap_core_base = core_start;
279 heap_core_base = kernelheap;

Completed in 92 milliseconds