Searched refs:malloc_base (Results 1 – 10 of 10) sorted by relevance
28 ptr = map_sysmem(gd->malloc_base + gd->malloc_ptr, bytes); in malloc_simple()40 addr = ALIGN(gd->malloc_base + gd->malloc_ptr, align); in memalign_simple()41 new_ptr = addr + bytes - gd->malloc_base; in memalign_simple()
2383 assert(gd->malloc_base); /* Set up by crt0.S */ in initf_malloc()
51 gd->malloc_base = (ulong)efi_malloc(priv, CONFIG_VAL(SYS_MALLOC_F_LEN), in setup_memory()53 if (!gd->malloc_base) in setup_memory()88 efi_free(priv, (void *)gd->malloc_base); in free_memory()
32 DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base)); in main()
126 gd->malloc_base = base; in board_init_f_init_reserve()
110 unsigned long malloc_base; /* base address of early malloc() */ member
194 gd->malloc_base = CONFIG_SYS_TEXT_BASE + (1024 * 1024); in board_init_f()
291 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in spl_common_init()698 gd->malloc_base = ptr; in spl_relocate_stack_gd()
314 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in main()
79 PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset