Home
last modified time | relevance | path

Searched refs:high_heap_size (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosmem.c40 uint32_t bios_basemem, bios_extmem, high_heap_size; variable
148 high_heap_size = HEAP_MIN; in bios_getmem()
179 high_heap_size = 0; in bios_getmem()
209 if (high_heap_size != 0) { in bios_getmem()
220 if (bios_extmem >= HEAP_MIN && high_heap_size < HEAP_MIN) { in bios_getmem()
221 high_heap_size = HEAP_MIN; in bios_getmem()
236 printf("high_heap_size: 0x%llx\n", (unsigned long long)high_heap_size); in command_biosmem()
H A Dlibi386.h118 extern uint32_t high_heap_size; /* extended memory region available */
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c96 static uint32_t bios_basemem, bios_extmem, high_heap_size; variable
173 if (size > high_heap_size) { in bios_getmem()
174 high_heap_size = size; in bios_getmem()
216 if (bios_extmem >= HEAP_MIN && high_heap_size < HEAP_MIN) { in bios_getmem()
217 high_heap_size = HEAP_MIN; in bios_getmem()
232 if (high_heap_size > 0) { in main()
233 heap_end = PTOV(high_heap_base + high_heap_size); in main()
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c107 if (high_heap_size > 0) { in main()
108 heap_top = PTOV(high_heap_base + high_heap_size); in main()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c120 extern uint32_t bios_basemem, bios_extmem, high_heap_size;
163 if (high_heap_size > 0) { in main()
164 heap_top = PTOV(high_heap_base + high_heap_size); in main()