Searched refs:word_copy (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/nds32/lib/ |
| H A D | copy_template.S | 38 addi $r3, $r2, #-32 ! to check $r2< cache_line , than go to word_copy 56 word_copy: label 60 bnez $r3, word_copy
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_portal.c | 246 word_copy(&p[1], &cl[1], 7); in qbman_swp_enqueue() 247 word_copy(&p[8], fd, sizeof(*fd) >> 2); in qbman_swp_enqueue() 338 word_copy(&p[1], &cl[1], 3); in qbman_swp_pull()
|
| H A D | qbman_sys.h | 34 static inline void word_copy(void *d, const void *s, unsigned int cnt) in word_copy() function
|