Home
last modified time | relevance | path

Searched refs:malloc_base (Results 1 – 12 of 12) sorted by relevance

/u-boot/common/
A Dmalloc_simple.c25 addr = ALIGN(gd->malloc_base + gd->malloc_ptr, align); in alloc_simple()
26 new_ptr = addr + bytes - gd->malloc_base; in alloc_simple()
A Ddlmalloc.c2473 assert(gd->malloc_base); /* Set up by crt0.S */ in initf_malloc()
/u-boot/lib/
A Dasm-offsets.c36 DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base)); in main()
/u-boot/lib/efi/
A Defi_app.c128 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN), in setup_memory()
130 if (!gd->malloc_base) in setup_memory()
174 efi_free(priv, (void *)gd->malloc_base); in free_memory()
/u-boot/common/init/
A Dboard_init.c164 gd->malloc_base = base; in board_init_f_init_reserve()
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
A Dstart.S59 PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset
205 PTR_S t0, GD_MALLOC_BASE(k0) # gd->malloc_base offset
/u-boot/arch/mips/mach-mtmips/mt7628/
A Dlowlevel_init.S133 PTR_S t0, GD_MALLOC_BASE(k0) # gd->malloc_base offset
/u-boot/include/asm-generic/
A Dglobal_data.h308 unsigned long malloc_base; member
/u-boot/arch/mips/cpu/
A Dstart.S68 PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset
/u-boot/common/spl/
A Dspl.c533 gd->malloc_base = CFG_MALLOC_F_ADDR; in spl_common_init()
988 gd->malloc_base = ptr; in spl_relocate_stack_gd()
/u-boot/arch/sandbox/cpu/
A Dstart.c538 gd->malloc_base = CFG_MALLOC_F_ADDR; in sandbox_main()
/u-boot/arch/mips/
A DKconfig367 malloc space. Platform should set the malloc_base later when DRAM is
375 malloc space. Platform should set the malloc_base later when DRAM is

Completed in 35 milliseconds