Home
last modified time | relevance | path

Searched refs:malloc_start (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/common/usbplug/
H A Dusbplug.c30 ulong malloc_start; in initr_malloc() local
33 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
34 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/OK3568_Linux_fs/u-boot/common/
H A Dboard_r.c271 ulong malloc_start; in initr_malloc() local
278 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
279 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()