Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/qemu/
H A 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()
/openbmc/u-boot/include/
H A Dcommon.h49 #define TOTAL_MALLOC_LEN CONFIG_SYS_MALLOC_LEN macro
53 #define TOTAL_MALLOC_LEN (CONFIG_SYS_MALLOC_LEN + CONFIG_ENV_SIZE) macro
55 #define TOTAL_MALLOC_LEN CONFIG_SYS_MALLOC_LEN macro
/openbmc/u-boot/common/
H A Dboard_r.c241 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
242 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
243 TOTAL_MALLOC_LEN); in initr_malloc()
H A Dboard_f.c478 gd->start_addr_sp = gd->start_addr_sp - TOTAL_MALLOC_LEN; in reserve_malloc()
480 TOTAL_MALLOC_LEN >> 10, gd->start_addr_sp); in reserve_malloc()