Home
last modified time | relevance | path

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

/u-boot/lib/efi/
A Defi_app.c56 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN), in setup_memory()
58 if (!gd->malloc_base) in setup_memory()
93 efi_free(priv, (void *)gd->malloc_base); in free_memory()
/u-boot/common/
A Dmalloc_simple.c24 addr = ALIGN(gd->malloc_base + gd->malloc_ptr, align); in alloc_simple()
25 new_ptr = addr + bytes - gd->malloc_base; in alloc_simple()
A Ddlmalloc.c2426 assert(gd->malloc_base); /* Set up by crt0.S */ in initf_malloc()
/u-boot/lib/
A Dasm-offsets.c33 DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base)); in main()
/u-boot/common/init/
A Dboard_init.c162 gd->malloc_base = base; in board_init_f_init_reserve()
/u-boot/include/asm-generic/
A Dglobal_data.h292 unsigned long malloc_base; member
/u-boot/arch/mips/mach-mtmips/mt7628/
A Dlowlevel_init.S138 PTR_S t0, GD_MALLOC_BASE(k0) # gd->malloc_base offset
/u-boot/arch/mips/cpu/
A Dstart.S72 PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset
/u-boot/common/spl/
A Dspl.c396 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in spl_common_init()
826 gd->malloc_base = ptr; in spl_relocate_stack_gd()
/u-boot/arch/sandbox/cpu/
A Dstart.c478 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in main()
/u-boot/arch/mips/
A DKconfig390 malloc space. Platform should set the malloc_base later when DRAM is
399 malloc space. Platform should set the malloc_base later when DRAM is

Completed in 27 milliseconds