Searched refs:memmove_wd (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/common/ |
H A D | bootm.c | 375 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in bootm_decomp_image() 995 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) in memmove_wd() function
|
H A D | image.c | 526 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) in memmove_wd() function 1187 memmove_wd((void *)*initrd_start, in boot_ramdisk_high()
|
/openbmc/u-boot/include/ |
H A D | image.h | 841 void memmove_wd(void *to, void *from, size_t len, ulong chunksz);
|