Searched refs:malloc_base (Results 1 – 10 of 10) sorted by relevance
27 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()
2390 assert(gd->malloc_base); /* Set up by crt0.S */ in initf_malloc()
50 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()
31 DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base)); in main()
125 gd->malloc_base = base; in board_init_f_init_reserve()
93 unsigned long malloc_base; /* base address of early malloc() */ member
320 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in spl_common_init()601 gd->malloc_base = ptr; in spl_relocate_stack_gd()
178 gd->malloc_base = CONFIG_SYS_TEXT_BASE + (1024 * 1024); in board_init_f()
314 gd->malloc_base = CONFIG_MALLOC_F_ADDR; in main()
78 PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset