Searched refs:v_dst (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/microblaze/lib/ |
H A D | memmove.c | 35 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() argument 38 char *dst = v_dst; in memmove() 41 return v_dst; in memmove() 44 if (v_dst <= v_src) in memmove() 45 return memcpy(v_dst, v_src, c); in memmove() 55 return v_dst; in memmove() 58 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() argument 61 char *dst = v_dst; in memmove() 66 return v_dst; in memmove() 69 if (v_dst < in memmove() [all...] |
H A D | memcpy.c | 36 void *memcpy(void *v_dst, const void *v_src, __kernel_size_t c) in memcpy() argument 39 char *dst = v_dst; in memcpy() 45 return v_dst; in memcpy() 48 void *memcpy(void *v_dst, const void *v_src, __kernel_size_t c) in memcpy() argument 51 char *dst = v_dst; in memcpy() 185 return v_dst; in memcpy()
|
/kernel/linux/linux-6.6/arch/microblaze/lib/ |
H A D | memmove.c | 34 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() argument 37 char *dst = v_dst; in memmove() 42 return v_dst; in memmove() 45 if (v_dst <= v_src) in memmove() 46 return memcpy(v_dst, v_src, c); in memmove() 192 return v_dst; in memmove()
|
H A D | memcpy.c | 35 void *memcpy(void *v_dst, const void *v_src, __kernel_size_t c) in memcpy() argument 38 char *dst = v_dst; in memcpy() 176 return v_dst; in memcpy()
|
Completed in 2 milliseconds