Searched refs:high_heap_base (Results 1 – 6 of 6) sorted by relevance
39 vm_offset_t memtop, memtop_copyin, high_heap_base; variable146 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()
119 extern vm_offset_t high_heap_base; /* for use as the heap */
224 if (ptr + n >= high_heap_base) in mb_malloc()
108 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()
95 static vm_offset_t high_heap_base; variable175 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()
119 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()