Home
last modified time | relevance | path

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

/freebsd/stand/uboot/
H A Dmain.c53 uintptr_t uboot_heap_start; variable
466 uboot_heap_start = round_page((uintptr_t)end); in main()
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 Dlibuboot.h57 extern uintptr_t uboot_heap_start;