Searched refs:memcpy_fromfs (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 42 static inline void memcpy_fromfs(void *to, const void *from, unsigned long n) in memcpy_fromfs() function 176 memcpy_fromfs(pag + offset, tmp, bytes_to_copy + 1); in copy_elf_strings()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2117 static inline void memcpy_fromfs(void * to, const void * from, unsigned long n) in memcpy_fromfs() function 2268 memcpy_fromfs(scratch + offset, tmp, bytes_to_copy); in copy_elf_strings() 2295 memcpy_fromfs(scratch + (p - top), tmp, bytes_to_copy); in copy_elf_strings()
|