Searched refs:uboot_heap_start (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dlibuboot.h60 extern uintptr_t uboot_heap_start;
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c48 uintptr_t uboot_heap_start; variable
421 uboot_heap_start = round_page((uintptr_t)end);
422 uboot_heap_end = uboot_heap_start + 512 * 1024;
423 setheap((void *)uboot_heap_start, (void *)uboot_heap_end);

Completed in 57 milliseconds