Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi/
H A Defi_app.c52 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN), in setup_memory()
54 if (!gd->malloc_base) in setup_memory()
89 efi_free(priv, (void *)gd->malloc_base); in free_memory()
/openbmc/u-boot/common/
H A Dmalloc_simple.c22 addr = ALIGN(gd->malloc_base + gd->malloc_ptr, align); in alloc_simple()
23 new_ptr = addr + bytes - gd->malloc_base; in alloc_simple()
H A Ddlmalloc.c2390 assert(gd->malloc_base); /* Set up by crt0.S */ in initf_malloc()
/openbmc/u-boot/lib/
H A Dasm-offsets.c31 DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base)); in main()
/openbmc/u-boot/common/init/
H A Dboard_init.c125 gd->malloc_base = base; in board_init_f_init_reserve()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h98 unsigned long malloc_base; /* base address of early malloc() */ member
/openbmc/u-boot/common/spl/
H A Dspl.c389 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in spl_common_init()
797 gd->malloc_base = ptr; in spl_relocate_stack_gd()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstart.c346 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in main()
/openbmc/u-boot/arch/mips/cpu/
H A Dstart.S78 PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset