Home
last modified time | relevance | path

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

/external/u-boot/common/
Dmalloc_simple.c27 ptr = map_sysmem(gd->malloc_base + gd->malloc_ptr, bytes); in malloc_simple()
39 addr = ALIGN(gd->malloc_base + gd->malloc_ptr, align); in memalign_simple()
40 new_ptr = addr + bytes - gd->malloc_base; in memalign_simple()
Ddlmalloc.c2390 assert(gd->malloc_base); /* Set up by crt0.S */ in initf_malloc()
/external/u-boot/lib/efi/
Defi_app.c50 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN), in setup_memory()
52 if (!gd->malloc_base) in setup_memory()
87 efi_free(priv, (void *)gd->malloc_base); in free_memory()
/external/u-boot/lib/
Dasm-offsets.c31 DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base)); in main()
/external/u-boot/common/init/
Dboard_init.c125 gd->malloc_base = base; in board_init_f_init_reserve()
/external/u-boot/include/asm-generic/
Dglobal_data.h93 unsigned long malloc_base; /* base address of early malloc() */ member
/external/u-boot/common/spl/
Dspl.c320 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in spl_common_init()
601 gd->malloc_base = ptr; in spl_relocate_stack_gd()
/external/u-boot/arch/arm/mach-socfpga/
Dspl.c178 gd->malloc_base = CONFIG_SYS_TEXT_BASE + (1024 * 1024); in board_init_f()
/external/u-boot/arch/sandbox/cpu/
Dstart.c314 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in main()
/external/u-boot/arch/mips/cpu/
Dstart.S78 PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset