HomeSort by relevance Sort by last modified time
    Searched refs:malloc_base (Results 1 - 10 of 10) sorted by null

  /external/u-boot/common/
malloc_simple.c 27 ptr = map_sysmem(gd->malloc_base + gd->malloc_ptr, bytes);
39 addr = ALIGN(gd->malloc_base + gd->malloc_ptr, align);
40 new_ptr = addr + bytes - gd->malloc_base;
dlmalloc.c     [all...]
  /external/u-boot/common/init/
board_init.c 125 gd->malloc_base = base;
  /external/u-boot/lib/
asm-offsets.c 31 DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base));
  /external/u-boot/lib/efi/
efi_app.c 50 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN),
52 if (!gd->malloc_base)
87 efi_free(priv, (void *)gd->malloc_base);
  /external/u-boot/include/asm-generic/
global_data.h 93 unsigned long malloc_base; /* base address of early malloc() */ member in struct:global_data
  /external/u-boot/arch/arm/mach-socfpga/
spl.c 178 gd->malloc_base = CONFIG_SYS_TEXT_BASE + (1024 * 1024);
  /external/u-boot/common/spl/
spl.c 320 gd->malloc_base = CONFIG_MALLOC_F_ADDR;
601 gd->malloc_base = ptr;
  /external/u-boot/arch/mips/cpu/
start.S 78 PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset
  /external/u-boot/arch/sandbox/cpu/
start.c 314 gd->malloc_base = CONFIG_MALLOC_F_ADDR;

Completed in 477 milliseconds