Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.c437 ulong memmove_dst = 0; in image_load() local
542 memmove_dst = (ulong)buffer; in image_load()
543 buffer = (void *)ALIGN(memmove_dst, blksz); in image_load()
581 memmove_dst = (ulong)buffer; in image_load()
582 buffer = (void *)ALIGN(memmove_dst, blksz); in image_load()
647 if (memmove_dst) in image_load()
648 memmove((char *)memmove_dst, buffer, length); in image_load()