Searched refs:malloc_base (Results 1 – 11 of 11) sorted by relevance
56 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()
24 addr = ALIGN(gd->malloc_base + gd->malloc_ptr, align); in alloc_simple()25 new_ptr = addr + bytes - gd->malloc_base; in alloc_simple()
2426 assert(gd->malloc_base); /* Set up by crt0.S */ in initf_malloc()
33 DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base)); in main()
162 gd->malloc_base = base; in board_init_f_init_reserve()
292 unsigned long malloc_base; member
138 PTR_S t0, GD_MALLOC_BASE(k0) # gd->malloc_base offset
72 PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset
396 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in spl_common_init()826 gd->malloc_base = ptr; in spl_relocate_stack_gd()
478 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in main()
390 malloc space. Platform should set the malloc_base later when DRAM is399 malloc space. Platform should set the malloc_base later when DRAM is
Completed in 27 milliseconds