Searched refs:TOTAL_MALLOC_LEN (Results 1 – 5 of 5) sorted by relevance
33 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()34 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()35 TOTAL_MALLOC_LEN); in initr_malloc()
28 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()
66 #define TOTAL_MALLOC_LEN CONFIG_SYS_MALLOC_LEN macro70 #define TOTAL_MALLOC_LEN (CONFIG_SYS_MALLOC_LEN + CONFIG_ENV_SIZE) macro72 #define TOTAL_MALLOC_LEN CONFIG_SYS_MALLOC_LEN macro
278 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()279 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()280 TOTAL_MALLOC_LEN); in initr_malloc()
448 gd->start_addr_sp = gd->start_addr_sp - TOTAL_MALLOC_LEN; in reserve_malloc()450 TOTAL_MALLOC_LEN >> 10, gd->start_addr_sp); in reserve_malloc()