Home
last modified time | relevance | path

Searched refs:high_heap_base (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosmem.c39 vm_offset_t memtop, memtop_copyin, high_heap_base; variable
146 if (high_heap_base < smap.base && size >= HEAP_MIN) { in bios_getmem()
147 high_heap_base = smap.base + size - HEAP_MIN; in bios_getmem()
180 high_heap_base = 0; in bios_getmem()
210 memtop = memtop_copyin = high_heap_base; in bios_getmem()
222 high_heap_base = memtop - HEAP_MIN; in bios_getmem()
223 memtop = memtop_copyin = high_heap_base; in bios_getmem()
235 printf("high_heap_base: 0x%llx\n", (unsigned long long)high_heap_base); in command_biosmem()
H A Dlibi386.h119 extern vm_offset_t high_heap_base; /* for use as the heap */
H A Dmultiboot.c224 if (ptr + n >= high_heap_base) in mb_malloc()
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c108 heap_top = PTOV(high_heap_base + high_heap_size); in main()
109 heap_bottom = PTOV(high_heap_base); in main()
110 if (high_heap_base < memtop_copyin) in main()
111 memtop_copyin = high_heap_base; in main()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c95 static vm_offset_t high_heap_base; variable
175 high_heap_base = smap.base; in bios_getmem()
218 high_heap_base = bios_extmem + 0x100000 - HEAP_MIN; in bios_getmem()
233 heap_end = PTOV(high_heap_base + high_heap_size); in main()
234 heap_next = PTOV(high_heap_base); in main()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c119 extern vm_offset_t high_heap_base;
164 heap_top = PTOV(high_heap_base + high_heap_size); in main()
165 heap_bottom = PTOV(high_heap_base); in main()