Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dimage-android.c431 ulong memmove_dst = 0; in image_load() local
536 memmove_dst = (ulong)buffer; in image_load()
537 buffer = (void *)ALIGN(memmove_dst, blksz); in image_load()
575 memmove_dst = (ulong)buffer; in image_load()
576 buffer = (void *)ALIGN(memmove_dst, blksz); in image_load()
641 if (memmove_dst) in image_load()
642 memmove((char *)memmove_dst, buffer, length); in image_load()