Searched refs:uboot_heap_end (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dlibuboot.h61 extern uintptr_t uboot_heap_end;
H A Dcopy.c104 eubldr = roundup2((uint64_t)uboot_heap_end, KERN_ALIGN);
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c49 uintptr_t uboot_heap_end; variable
422 uboot_heap_end = uboot_heap_start + 512 * 1024;
423 setheap((void *)uboot_heap_start, (void *)uboot_heap_end);

Completed in 66 milliseconds