Searched refs:heap32_arena (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Did32.c66 segkmem_alloc, segkmem_free, heap32_arena, 0, VM_SLEEP);
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.h58 extern vmem_t *heap32_arena; /* 32-bit kernel heap arena */
H A Dseg_kmem.c79 * heap32_arena is for allocations that require 32-bit absolute
115 vmem_t *heap32_arena; /* 32-bit kernel heap arena */ variable
301 heap32_arena = vmem_create("heap32", (void *)SYSBASE32,
309 (void) vmem_xalloc(heap32_arena, PANICBUFSIZE, PAGESIZE, 0, 0,
313 (void) vmem_xalloc(heap32_arena, IVSIZE, PAGESIZE, 0, 0,
320 heap32_arena = heap_core_arena;
623 * are actually in use. We do the same for heap32_arena and
653 vmem_walk(heap32_arena, VMEM_ALLOC | VMEM_REENTRANT,
/illumos-gate/usr/src/uts/sun4/os/
H A Dprom_subr.c488 segkmem_alloc, segkmem_free, heap32_arena, 0, VM_SLEEP);
H A Dstartup.c1489 (void) vmem_xalloc(heap32_arena, mpo_heap32_bufsz,
3203 segkmem_alloc, segkmem_free, heap32_arena, 0, VM_SLEEP);
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c2554 * heap32_arena to assure that we can address the allocated memory with
2558 segkmem_alloc_permanent, segkmem_free, heap32_arena, 0, VM_SLEEP);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c3188 1, segkmem_alloc, segkmem_free, heap32_arena, 0, VM_SLEEP);

Completed in 91 milliseconds