Home
last modified time | relevance | path

Searched refs:TOTAL_MALLOC_LEN (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/x86/cpu/qemu/
De820.c28 entries[2].size = gd->relocaddr - TOTAL_MALLOC_LEN - ISA_END_ADDRESS; in install_e820_map()
32 entries[3].addr = gd->relocaddr - TOTAL_MALLOC_LEN; in install_e820_map()
33 entries[3].size = TOTAL_MALLOC_LEN; in install_e820_map()
/external/u-boot/include/
Dcommon.h55 #define TOTAL_MALLOC_LEN CONFIG_SYS_MALLOC_LEN macro
59 #define TOTAL_MALLOC_LEN (CONFIG_SYS_MALLOC_LEN + CONFIG_ENV_SIZE) macro
61 #define TOTAL_MALLOC_LEN CONFIG_SYS_MALLOC_LEN macro
/external/u-boot/common/
Dboard_r.c242 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
243 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
244 TOTAL_MALLOC_LEN); in initr_malloc()
Dboard_f.c421 gd->start_addr_sp = gd->start_addr_sp - TOTAL_MALLOC_LEN; in reserve_malloc()
423 TOTAL_MALLOC_LEN >> 10, gd->start_addr_sp); in reserve_malloc()