Home
last modified time | relevance | path

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

/freebsd/stand/uboot/
H A Dlibuboot.h58 extern uintptr_t uboot_heap_end;
H A Dmain.c54 uintptr_t uboot_heap_end; variable
467 uboot_heap_end = uboot_heap_start + HEAP_SIZE; in main()
468 setheap((void *)uboot_heap_start, (void *)uboot_heap_end); in main()
H A Dcopy.c98 eubldr = roundup2((uint64_t)uboot_heap_end, KERN_ALIGN); in uboot_loadaddr()