Searched refs:uboot_heap_end (Results 1 – 3 of 3) sorted by relevance
58 extern uintptr_t uboot_heap_end;
54 uintptr_t uboot_heap_end; variable467 uboot_heap_end = uboot_heap_start + HEAP_SIZE; in main()468 setheap((void *)uboot_heap_start, (void *)uboot_heap_end); in main()
98 eubldr = roundup2((uint64_t)uboot_heap_end, KERN_ALIGN); in uboot_loadaddr()