Home
last modified time | relevance | path

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

/common/spl/
A Dspl_fit.c441 void *tmpbuffer = NULL; in spl_fit_append_fdt() local
466 if (!tmpbuffer) { in spl_fit_append_fdt()
475 tmpbuffer = malloc_cache_aligned(size); in spl_fit_append_fdt()
476 if (!tmpbuffer) in spl_fit_append_fdt()
480 image_info.load_addr = (ulong)tmpbuffer; in spl_fit_append_fdt()
505 free(tmpbuffer); in spl_fit_append_fdt()

Completed in 8 milliseconds