Searched refs:heap32_arena (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | id32.c | 66 segkmem_alloc, segkmem_free, heap32_arena, 0, VM_SLEEP);
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg_kmem.h | 58 extern vmem_t *heap32_arena; /* 32-bit kernel heap arena */
|
H A D | seg_kmem.c | 79 * 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 D | prom_subr.c | 488 segkmem_alloc, segkmem_free, heap32_arena, 0, VM_SLEEP);
|
H A D | startup.c | 1489 (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 D | trapstat.c | 2554 * 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 D | startup.c | 3188 1, segkmem_alloc, segkmem_free, heap32_arena, 0, VM_SLEEP);
|
Completed in 91 milliseconds