Searched refs:memmove_wd (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/common/ |
D | image.c | 427 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in image_decomp() 640 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) in memmove_wd() function 669 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) in memmove_wd() function 1306 memmove_wd((void *)*initrd_start, in boot_ramdisk_high()
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 818 void memmove_wd(void *to, void *from, size_t len, ulong chunksz);
|
/external/u-boot/include/ |
D | image.h | 818 void memmove_wd(void *to, void *from, size_t len, ulong chunksz);
|