Searched refs:malloc_base (Results 1 – 12 of 12) sorted by relevance
| /u-boot/common/ |
| A D | malloc_simple.c | 25 addr = ALIGN(gd->malloc_base + gd->malloc_ptr, align); in alloc_simple() 26 new_ptr = addr + bytes - gd->malloc_base; in alloc_simple()
|
| A D | dlmalloc.c | 2473 assert(gd->malloc_base); /* Set up by crt0.S */ in initf_malloc()
|
| /u-boot/lib/ |
| A D | asm-offsets.c | 36 DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base)); in main()
|
| /u-boot/lib/efi/ |
| A D | efi_app.c | 128 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 D | board_init.c | 164 gd->malloc_base = base; in board_init_f_init_reserve()
|
| /u-boot/arch/mips/mach-mtmips/mt7621/spl/ |
| A D | start.S | 59 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 D | lowlevel_init.S | 133 PTR_S t0, GD_MALLOC_BASE(k0) # gd->malloc_base offset
|
| /u-boot/include/asm-generic/ |
| A D | global_data.h | 308 unsigned long malloc_base; member
|
| /u-boot/arch/mips/cpu/ |
| A D | start.S | 68 PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset
|
| /u-boot/common/spl/ |
| A D | spl.c | 533 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 D | start.c | 538 gd->malloc_base = CFG_MALLOC_F_ADDR; in sandbox_main()
|
| /u-boot/arch/mips/ |
| A D | Kconfig | 367 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