tag | line | file | source code |
to | 248 | arch/alpha/lib/io.c | void _memcpy_fromio(void * to, unsigned long from, unsigned long count) |
to | 252 | arch/alpha/lib/io.c | *(char *) to = readb(from); |
to | 253 | arch/alpha/lib/io.c | ((char *) to)++; |
to | 262 | arch/alpha/lib/io.c | void _memcpy_toio(unsigned long to, void * from, unsigned long count) |
to | 266 | arch/alpha/lib/io.c | writeb(*(char *) from, to); |
to | 268 | arch/alpha/lib/io.c | to++; |
to | 112 | arch/i386/kernel/setup.c | char c = ' ', *to = command_line, *from = COMMAND_LINE; |
to | 159 | arch/i386/kernel/setup.c | if (to != command_line) to--; |
to | 179 | arch/i386/kernel/setup.c | *(to++) = c; |
to | 181 | arch/i386/kernel/setup.c | *to = '\0'; |
to | 1110 | arch/m68k/amiga/amifb.c | static void memcpy_fs(int fsfromto, void *to, void *from, int len); |
to | 1111 | arch/m68k/amiga/amifb.c | static void copy_cmap(struct fb_cmap *from, struct fb_cmap *to, int fsfromto); |
to | 4340 | arch/m68k/amiga/amifb.c | static void memcpy_fs(int fsfromto, void *to, void *from, int len) |
to | 4344 | arch/m68k/amiga/amifb.c | memcpy(to, from, len); |
to | 4347 | arch/m68k/amiga/amifb.c | memcpy_fromfs(to, from, len); |
to | 4350 | arch/m68k/amiga/amifb.c | memcpy_tofs(to, from, len); |
to | 4356 | arch/m68k/amiga/amifb.c | static void copy_cmap(struct fb_cmap *from, struct fb_cmap *to, int fsfromto) |
to | 4361 | arch/m68k/amiga/amifb.c | if (to->start > from->start) |
to | 4362 | arch/m68k/amiga/amifb.c | fromoff = to->start-from->start; |
to | 4364 | arch/m68k/amiga/amifb.c | tooff = from->start-to->start; |
to | 4365 | arch/m68k/amiga/amifb.c | size = to->len-tooff; |
to | 4371 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->red+tooff, from->red+fromoff, size); |
to | 4372 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->green+tooff, from->green+fromoff, size); |
to | 4373 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->blue+tooff, from->blue+fromoff, size); |
to | 4374 | arch/m68k/amiga/amifb.c | if (from->transp && to->transp) |
to | 4375 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->transp+tooff, from->transp+fromoff, size); |
to | 2483 | arch/m68k/atari/atafb.c | memcpy_fs(int fsfromto, void *to, void *from, int len) |
to | 2487 | arch/m68k/atari/atafb.c | memcpy(to,from,len); |
to | 2490 | arch/m68k/atari/atafb.c | memcpy_fromfs(to,from,len); |
to | 2493 | arch/m68k/atari/atafb.c | memcpy_tofs(to,from,len); |
to | 2499 | arch/m68k/atari/atafb.c | copy_cmap(struct fb_cmap *from, struct fb_cmap *to, int fsfromto) |
to | 2504 | arch/m68k/atari/atafb.c | if (to->start > from->start) |
to | 2505 | arch/m68k/atari/atafb.c | fromoff=to->start-from->start; |
to | 2507 | arch/m68k/atari/atafb.c | tooff=from->start-to->start; |
to | 2508 | arch/m68k/atari/atafb.c | size=to->len-tooff; |
to | 2514 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->red+tooff, from->red+fromoff, size); |
to | 2515 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->green+tooff, from->green+fromoff, size); |
to | 2516 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->blue+tooff, from->blue+fromoff, size); |
to | 2517 | arch/m68k/atari/atafb.c | if (from->transp && to->transp) |
to | 2518 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->transp+tooff, from->transp+fromoff, size); |
to | 14 | arch/m68k/fpsp040/fpsp.h | | These equates are used to access the exception frame, the fsave |
to | 45 | arch/m68k/fpsp040/fpsp.h | | Positive offsets from A6 refer to the exception frame. Negative |
to | 46 | arch/m68k/fpsp040/fpsp.h | | offsets refer to the Local Variable area and the fsave area. |
to | 59 | arch/m68k/fpsp040/fpsp.h | | label to a routine that will process a real exception of the |
to | 64 | arch/m68k/fpsp040/fpsp.h | | because it needs to report an exception back to the user. This |
to | 72 | arch/m68k/fpsp040/fpsp.h | | temporaries. If a routine needs to change any |
to | 119 | arch/m68k/fpsp040/fpsp.h | |NEXT equ LV+192 ;need to increase LOCAL_SIZE |
to | 136 | arch/m68k/fpsp040/fpsp.h | .set WBTEMP_SGN,WBTEMP+2 | used to store sign |
to | 205 | arch/m68k/fpsp040/fpsp.h | .set FPTEMP_SGN,FPTEMP+2 | used to store sign |
to | 212 | arch/m68k/fpsp040/fpsp.h | .set ETEMP_SGN,ETEMP+2 | used to store sign |
to | 290 | arch/m68k/fpsp040/fpsp.h | .set x_mode,0x00 | round to extended |
to | 291 | arch/m68k/fpsp040/fpsp.h | .set s_mode,0x40 | round to single |
to | 292 | arch/m68k/fpsp040/fpsp.h | .set d_mode,0x80 | round to double |
to | 295 | arch/m68k/fpsp040/fpsp.h | .set rz_mode,0x10 | round to zero |
to | 296 | arch/m68k/fpsp040/fpsp.h | .set rm_mode,0x20 | round to minus infinity |
to | 297 | arch/m68k/fpsp040/fpsp.h | .set rp_mode,0x30 | round to plus infinity |
to | 3 | arch/m68k/lib/memcpy.c | void * memcpy(void * to, const void * from, size_t n) |
to | 5 | arch/m68k/lib/memcpy.c | void *xto = to; |
to | 10 | arch/m68k/lib/memcpy.c | if ((long) to & 1) |
to | 12 | arch/m68k/lib/memcpy.c | char *cto = to; |
to | 15 | arch/m68k/lib/memcpy.c | to = cto; |
to | 19 | arch/m68k/lib/memcpy.c | if (n > 2 && (long) to & 2) |
to | 21 | arch/m68k/lib/memcpy.c | short *sto = to; |
to | 24 | arch/m68k/lib/memcpy.c | to = sto; |
to | 31 | arch/m68k/lib/memcpy.c | long *lto = to; |
to | 37 | arch/m68k/lib/memcpy.c | to = lto; |
to | 42 | arch/m68k/lib/memcpy.c | short *sto = to; |
to | 45 | arch/m68k/lib/memcpy.c | to = sto; |
to | 50 | arch/m68k/lib/memcpy.c | char *cto = to; |
to | 161 | arch/mips/mm/init.c | void __copy_page(unsigned long from, unsigned long to) |
to | 174 | arch/mips/mm/init.c | __zeropage(to); |
to | 184 | arch/mips/mm/init.c | memcpy((void *) to, |
to | 193 | arch/mips/mm/init.c | if (page_colour(from) != page_colour(to)) |
to | 1107 | drivers/block/amiflop.c | static __inline__ void copy_buffer(void *from, void *to) |
to | 1113 | drivers/block/amiflop.c | p2 = (ulong *)to; |
to | 379 | drivers/block/ataflop.c | static __inline__ void copy_buffer( void *from, void *to); |
to | 1385 | drivers/block/ataflop.c | static __inline__ void copy_buffer(void *from, void *to) |
to | 1387 | drivers/block/ataflop.c | ulong *p1 = (ulong *)from, *p2 = (ulong *)to; |
to | 813 | drivers/cdrom/cm206.c | void play_from_to_track(int from, int to) |
to | 824 | drivers/cdrom/cm206.c | update_toc_entry(from); update_toc_entry(to+1); |
to | 827 | drivers/cdrom/cm206.c | PLAY_TO.fsm[i] = play_command[i+4] = cd->toc[to+1].fsm[i]; |
to | 829 | drivers/cdrom/cm206.c | PLAY_TO.track = to; |
to | 239 | drivers/cdrom/mcdx.c | static int mcdx_getval(struct s_drive_stuff*, int to, int delay, char*); |
to | 1823 | drivers/cdrom/mcdx.c | mcdx_getval(struct s_drive_stuff *stuffp, int to, int delay, char* buf) |
to | 1825 | drivers/cdrom/mcdx.c | unsigned long timeout = to + jiffies; |
to | 115 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 119 | drivers/char/pty.c | if (!to || tty->stopped) |
to | 129 | drivers/char/pty.c | r = to->ldisc.receive_room(to); |
to | 133 | drivers/char/pty.c | to->ldisc.receive_buf(to, temp_buffer, 0, n); |
to | 139 | drivers/char/pty.c | c = MIN(count, to->ldisc.receive_room(to)); |
to | 140 | drivers/char/pty.c | to->ldisc.receive_buf(to, buf, 0, c); |
to | 148 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 150 | drivers/char/pty.c | if (!to || tty->stopped) |
to | 153 | drivers/char/pty.c | return to->ldisc.receive_room(to); |
to | 158 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 160 | drivers/char/pty.c | if (!to || !to->ldisc.chars_in_buffer) |
to | 163 | drivers/char/pty.c | return to->ldisc.chars_in_buffer(to); |
to | 168 | drivers/char/pty.c | struct tty_struct *to = tty->link; |
to | 170 | drivers/char/pty.c | if (!to) |
to | 173 | drivers/char/pty.c | if (to->ldisc.flush_buffer) |
to | 174 | drivers/char/pty.c | to->ldisc.flush_buffer(to); |
to | 176 | drivers/char/pty.c | if (to->packet) { |
to | 178 | drivers/char/pty.c | wake_up_interruptible(&to->read_wait); |
to | 190 | drivers/char/selection.h | static inline void memcpyw(unsigned short *to, unsigned short *from, |
to | 196 | drivers/char/selection.h | scr_writew(scr_readw(from++), to++); |
to | 160 | drivers/isdn/teles/card.c | long to = 10; |
to | 162 | drivers/isdn/teles/card.c | while ((readhscx_0(base, hscx, HSCX_STAR) & 0x04) && to) { |
to | 164 | drivers/isdn/teles/card.c | to--; |
to | 166 | drivers/isdn/teles/card.c | if (!to) |
to | 173 | drivers/isdn/teles/card.c | long to = 10; |
to | 175 | drivers/isdn/teles/card.c | while ((readhscx_3(iobase, hscx, HSCX_STAR) & 0x04) && to) { |
to | 177 | drivers/isdn/teles/card.c | to--; |
to | 179 | drivers/isdn/teles/card.c | if (!to) |
to | 186 | drivers/isdn/teles/card.c | long to = 10; |
to | 190 | drivers/isdn/teles/card.c | while ((!(readhscx_0(base, hscx, HSCX_STAR) & 0x40)) && to) { |
to | 192 | drivers/isdn/teles/card.c | to--; |
to | 194 | drivers/isdn/teles/card.c | if (!to) |
to | 201 | drivers/isdn/teles/card.c | long to = 10; |
to | 205 | drivers/isdn/teles/card.c | while ((!(readhscx_3(iobase, hscx, HSCX_STAR) & 0x40)) && to) { |
to | 207 | drivers/isdn/teles/card.c | to--; |
to | 209 | drivers/isdn/teles/card.c | if (!to) |
to | 275 | drivers/net/i82586.h | and length/type field already prepended to the data, |
to | 276 | drivers/net/i82586.h | so we do not need to insert it. Consistent with this |
to | 781 | drivers/net/wavelan.c | Leave out 0x3C0 for now -- seems to clash |
to | 895 | drivers/net/wavelan.c | Leave this out until I can get it to work -- BJ. |
to | 481 | drivers/scsi/scsi_debug.c | int to; |
to | 527 | drivers/scsi/scsi_debug.c | to = timeout[i]; |
to | 540 | drivers/scsi/scsi_debug.c | printk("...done %d %x %d %d\n",i , my_done, to, jiffies); |
to | 278 | fs/fat/file.c | char *to,ch; |
to | 330 | fs/fat/file.c | to = (char *) bh->b_data+(filp->f_pos & (SECTOR_SIZE-1)); |
to | 332 | fs/fat/file.c | *to++ = '\n'; |
to | 338 | fs/fat/file.c | *to++ = '\r'; |
to | 343 | fs/fat/file.c | *to++ = ch; |
to | 1352 | fs/hpfs/hpfs_fs.c | static void translate_hpfs_name(const unsigned char * from, int len, char * to, int lowercase) |
to | 1361 | fs/hpfs/hpfs_fs.c | *to = t; |
to | 1363 | fs/hpfs/hpfs_fs.c | to++; |
to | 704 | fs/namei.c | char * from, * to; |
to | 708 | fs/namei.c | error = getname(newname,&to); |
to | 710 | fs/namei.c | error = do_symlink(from,to); |
to | 711 | fs/namei.c | putname(to); |
to | 775 | fs/namei.c | char * to; |
to | 781 | fs/namei.c | error = getname(newname,&to); |
to | 786 | fs/namei.c | error = do_link(oldinode,to); |
to | 787 | fs/namei.c | putname(to); |
to | 864 | fs/namei.c | char * from, * to; |
to | 868 | fs/namei.c | error = getname(newname,&to); |
to | 870 | fs/namei.c | error = do_rename(from,to); |
to | 871 | fs/namei.c | putname(to); |
to | 184 | include/asm-alpha/io.h | #define memcpy_fromio(to,from,len) _memcpy_fromio((to),(unsigned long)(from),(len)) |
to | 185 | include/asm-alpha/io.h | #define memcpy_toio(to,from,len) _memcpy_toio((unsigned long)(to),(from),(len)) |
to | 90 | include/asm-alpha/segment.h | static inline void memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 93 | include/asm-alpha/segment.h | memcpy(to, from, n); |
to | 97 | include/asm-alpha/segment.h | static inline void memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 100 | include/asm-alpha/segment.h | memcpy(to, from, n); |
to | 83 | include/asm-i386/segment.h | static inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 105 | include/asm-i386/segment.h | :"0" (n),"D" ((long) to),"S" ((long) from) |
to | 109 | include/asm-i386/segment.h | static inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 115 | include/asm-i386/segment.h | __put_user(*(const char *) from, (char *) to, 1); |
to | 118 | include/asm-i386/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
to | 121 | include/asm-i386/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
to | 122 | include/asm-i386/segment.h | __put_user(*(2+(const char *) from), 2+(char *) to, 1); |
to | 125 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 128 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 129 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 132 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 133 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 134 | include/asm-i386/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
to | 137 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 138 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 139 | include/asm-i386/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
to | 140 | include/asm-i386/segment.h | __put_user(*(3+(const int *) from), 3+(int *) to, 4); |
to | 152 | include/asm-i386/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 172 | include/asm-i386/segment.h | static inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 190 | include/asm-i386/segment.h | :"0" (n),"D" ((long) to),"S" ((long) from) |
to | 194 | include/asm-i386/segment.h | static inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 200 | include/asm-i386/segment.h | *(char *)to = __get_user((const char *) from, 1); |
to | 203 | include/asm-i386/segment.h | *(short *)to = __get_user((const short *) from, 2); |
to | 206 | include/asm-i386/segment.h | *(short *) to = __get_user((const short *) from, 2); |
to | 207 | include/asm-i386/segment.h | *((char *) to + 2) = __get_user(2+(const char *) from, 1); |
to | 210 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 213 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 214 | include/asm-i386/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 217 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 218 | include/asm-i386/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 219 | include/asm-i386/segment.h | *(2+(int *) to) = __get_user(2+(const int *) from, 4); |
to | 222 | include/asm-i386/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 223 | include/asm-i386/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 224 | include/asm-i386/segment.h | *(2+(int *) to) = __get_user(2+(const int *) from, 4); |
to | 225 | include/asm-i386/segment.h | *(3+(int *) to) = __get_user(3+(const int *) from, 4); |
to | 233 | include/asm-i386/segment.h | :"c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 253 | include/asm-i386/segment.h | #define memcpy_fromfs(to, from, n) \ |
to | 255 | include/asm-i386/segment.h | __constant_memcpy_fromfs((to),(from),(n)) : \ |
to | 256 | include/asm-i386/segment.h | __generic_memcpy_fromfs((to),(from),(n))) |
to | 258 | include/asm-i386/segment.h | #define memcpy_tofs(to, from, n) \ |
to | 260 | include/asm-i386/segment.h | __constant_memcpy_tofs((to),(from),(n)) : \ |
to | 261 | include/asm-i386/segment.h | __generic_memcpy_tofs((to),(from),(n))) |
to | 425 | include/asm-i386/string-486.h | extern inline void * __memcpy_by4(void * to, const void * from, size_t n) |
to | 427 | include/asm-i386/string-486.h | register void *tmp = (void *)to; |
to | 439 | include/asm-i386/string-486.h | return (to); |
to | 442 | include/asm-i386/string-486.h | extern inline void * __memcpy_by2(void * to, const void * from, size_t n) |
to | 444 | include/asm-i386/string-486.h | register void *tmp = (void *)to; |
to | 460 | include/asm-i386/string-486.h | return (to); |
to | 463 | include/asm-i386/string-486.h | extern inline void * __memcpy_g(void * to, const void * from, size_t n) |
to | 465 | include/asm-i386/string-486.h | register void *tmp = (void *)to; |
to | 479 | include/asm-i386/string-486.h | return (to); |
to | 365 | include/asm-i386/string.h | extern inline void * __memcpy(void * to, const void * from, size_t n) |
to | 378 | include/asm-i386/string.h | :"c" (n/4), "q" (n),"D" ((long) to),"S" ((long) from) |
to | 380 | include/asm-i386/string.h | return (to); |
to | 387 | include/asm-i386/string.h | extern inline void * __constant_memcpy(void * to, const void * from, size_t n) |
to | 391 | include/asm-i386/string.h | return to; |
to | 393 | include/asm-i386/string.h | *(unsigned char *)to = *(const unsigned char *)from; |
to | 394 | include/asm-i386/string.h | return to; |
to | 396 | include/asm-i386/string.h | *(unsigned short *)to = *(const unsigned short *)from; |
to | 397 | include/asm-i386/string.h | return to; |
to | 399 | include/asm-i386/string.h | *(unsigned short *)to = *(const unsigned short *)from; |
to | 400 | include/asm-i386/string.h | *(2+(unsigned char *)to) = *(2+(const unsigned char *)from); |
to | 401 | include/asm-i386/string.h | return to; |
to | 403 | include/asm-i386/string.h | *(unsigned long *)to = *(const unsigned long *)from; |
to | 404 | include/asm-i386/string.h | return to; |
to | 406 | include/asm-i386/string.h | *(unsigned long *)to = *(const unsigned long *)from; |
to | 407 | include/asm-i386/string.h | *(1+(unsigned long *)to) = *(1+(const unsigned long *)from); |
to | 408 | include/asm-i386/string.h | return to; |
to | 410 | include/asm-i386/string.h | *(unsigned long *)to = *(const unsigned long *)from; |
to | 411 | include/asm-i386/string.h | *(1+(unsigned long *)to) = *(1+(const unsigned long *)from); |
to | 412 | include/asm-i386/string.h | *(2+(unsigned long *)to) = *(2+(const unsigned long *)from); |
to | 413 | include/asm-i386/string.h | return to; |
to | 415 | include/asm-i386/string.h | *(unsigned long *)to = *(const unsigned long *)from; |
to | 416 | include/asm-i386/string.h | *(1+(unsigned long *)to) = *(1+(const unsigned long *)from); |
to | 417 | include/asm-i386/string.h | *(2+(unsigned long *)to) = *(2+(const unsigned long *)from); |
to | 418 | include/asm-i386/string.h | *(3+(unsigned long *)to) = *(3+(const unsigned long *)from); |
to | 419 | include/asm-i386/string.h | return to; |
to | 421 | include/asm-i386/string.h | *(unsigned long *)to = *(const unsigned long *)from; |
to | 422 | include/asm-i386/string.h | *(1+(unsigned long *)to) = *(1+(const unsigned long *)from); |
to | 423 | include/asm-i386/string.h | *(2+(unsigned long *)to) = *(2+(const unsigned long *)from); |
to | 424 | include/asm-i386/string.h | *(3+(unsigned long *)to) = *(3+(const unsigned long *)from); |
to | 425 | include/asm-i386/string.h | *(4+(unsigned long *)to) = *(4+(const unsigned long *)from); |
to | 426 | include/asm-i386/string.h | return to; |
to | 433 | include/asm-i386/string.h | : "c" (n/4),"D" ((long) to),"S" ((long) from) \ |
to | 437 | include/asm-i386/string.h | case 0: COMMON(""); return to; |
to | 438 | include/asm-i386/string.h | case 1: COMMON("\n\tmovsb"); return to; |
to | 439 | include/asm-i386/string.h | case 2: COMMON("\n\tmovsw"); return to; |
to | 440 | include/asm-i386/string.h | case 3: COMMON("\n\tmovsw\n\tmovsb"); return to; |
to | 134 | include/asm-m68k/segment.h | static inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 148 | include/asm-m68k/segment.h | : "=d" (n), "=a" (from), "=a" (to) |
to | 149 | include/asm-m68k/segment.h | : "0" (n-1), "1" (from), "2" (to) |
to | 154 | include/asm-m68k/segment.h | : "=a" (from), "=a" (to) |
to | 155 | include/asm-m68k/segment.h | : "0" (from), "1" (to) |
to | 161 | include/asm-m68k/segment.h | : "a" (from), "a" (to) |
to | 165 | include/asm-m68k/segment.h | static inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 171 | include/asm-m68k/segment.h | __put_user(*(const char *) from, (char *) to, 1); |
to | 174 | include/asm-m68k/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
to | 177 | include/asm-m68k/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
to | 178 | include/asm-m68k/segment.h | __put_user(*(2+(const char *) from), 2+(char *) to, 1); |
to | 181 | include/asm-m68k/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 184 | include/asm-m68k/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 185 | include/asm-m68k/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 188 | include/asm-m68k/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 189 | include/asm-m68k/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 190 | include/asm-m68k/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
to | 193 | include/asm-m68k/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
to | 194 | include/asm-m68k/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
to | 195 | include/asm-m68k/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
to | 196 | include/asm-m68k/segment.h | __put_user(*(3+(const int *) from), 3+(int *) to, 4); |
to | 208 | include/asm-m68k/segment.h | : "=d" (n), "=a" (from), "=a" (to) \ |
to | 209 | include/asm-m68k/segment.h | : "1" (from), "2" (to), "0" (n/4-1) \ |
to | 230 | include/asm-m68k/segment.h | static inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 244 | include/asm-m68k/segment.h | : "=d" (n), "=a" (from), "=a" (to) |
to | 245 | include/asm-m68k/segment.h | : "0" (n-1), "1" (from), "2" (to) |
to | 250 | include/asm-m68k/segment.h | : "=a" (from), "=a" (to) |
to | 251 | include/asm-m68k/segment.h | : "0" (from), "1" (to) |
to | 257 | include/asm-m68k/segment.h | : "a" (from), "a" (to) |
to | 261 | include/asm-m68k/segment.h | static inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 267 | include/asm-m68k/segment.h | *(char *)to = __get_user((const char *) from, 1); |
to | 270 | include/asm-m68k/segment.h | *(short *)to = __get_user((const short *) from, 2); |
to | 273 | include/asm-m68k/segment.h | *(short *) to = __get_user((const short *) from, 2); |
to | 274 | include/asm-m68k/segment.h | *((char *) to + 2) = __get_user(2+(const char *) from, 1); |
to | 277 | include/asm-m68k/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 280 | include/asm-m68k/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 281 | include/asm-m68k/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 284 | include/asm-m68k/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 285 | include/asm-m68k/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 286 | include/asm-m68k/segment.h | *(2+(int *) to) = __get_user(2+(const int *) from, 4); |
to | 289 | include/asm-m68k/segment.h | *(int *) to = __get_user((const int *) from, 4); |
to | 290 | include/asm-m68k/segment.h | *(1+(int *) to) = __get_user(1+(const int *) from, 4); |
to | 291 | include/asm-m68k/segment.h | *(2+(int *) to) = __get_user(2+(const int *) from, 4); |
to | 292 | include/asm-m68k/segment.h | *(3+(int *) to) = __get_user(3+(const int *) from, 4); |
to | 304 | include/asm-m68k/segment.h | : "=d" (n), "=a" (from), "=a" (to) \ |
to | 305 | include/asm-m68k/segment.h | : "1" (from), "2" (to), "0" (n/4-1) \ |
to | 326 | include/asm-m68k/segment.h | #define memcpy_fromfs(to, from, n) \ |
to | 328 | include/asm-m68k/segment.h | __constant_memcpy_fromfs((to),(from),(n)) : \ |
to | 329 | include/asm-m68k/segment.h | __generic_memcpy_fromfs((to),(from),(n))) |
to | 331 | include/asm-m68k/segment.h | #define memcpy_tofs(to, from, n) \ |
to | 333 | include/asm-m68k/segment.h | __constant_memcpy_tofs((to),(from),(n)) : \ |
to | 334 | include/asm-m68k/segment.h | __generic_memcpy_tofs((to),(from),(n))) |
to | 239 | include/asm-m68k/string.h | #define memcpy(to, from, n) \ |
to | 241 | include/asm-m68k/string.h | __builtin_memcpy((to),(from),(n)) : \ |
to | 242 | include/asm-m68k/string.h | memcpy((to),(from),(n))) |
to | 60 | include/asm-mips/page.h | extern void __copy_page(unsigned long from, unsigned long to); |
to | 61 | include/asm-mips/page.h | #define copy_page(from,to) __copy_page((unsigned long)from, (unsigned long)to) |
to | 53 | include/asm-mips/pgtable.h | extern void __copy_page(unsigned long from, unsigned long to); |
to | 54 | include/asm-mips/pgtable.h | #define copy_page(from,to) __copy_page((unsigned long)from, (unsigned long)to) |
to | 109 | include/asm-mips/segment.h | static inline void memcpy_fromfs(void * to, const void * from, unsigned long n) |
to | 112 | include/asm-mips/segment.h | memcpy(to, from, n); |
to | 116 | include/asm-mips/segment.h | static inline void memcpy_tofs(void * to, const void * from, unsigned long n) |
to | 119 | include/asm-mips/segment.h | memcpy(to, from, n); |
to | 141 | include/asm-mips/string.h | extern __inline__ void * memcpy(void * to, const void * from, size_t n) |
to | 143 | include/asm-mips/string.h | void *xto = to; |
to | 158 | include/asm-mips/string.h | : "=r" (to), "=r" (from), "=r" (n) |
to | 159 | include/asm-mips/string.h | : "0" (to), "1" (from), "2" (n) |
to | 103 | include/asm-ppc/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
to | 105 | include/asm-ppc/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |
to | 20 | include/asm-sparc/pgtable.h | extern int io_remap_page_range(unsigned long from, unsigned long to, |
to | 105 | include/asm-sparc/segment.h | #define memcpy_fromfs(to, from, n) memcpy((to),(from),(n)) |
to | 107 | include/asm-sparc/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |
to | 11 | include/linux/iso_fs.h | #define ISODCL(from, to) (to - from + 1) |
to | 258 | include/linux/mm.h | extern int copy_page_tables(struct task_struct * to); |
to | 262 | include/linux/mm.h | extern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot); |
to | 445 | include/linux/skbuff.h | extern void skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size); |
to | 446 | include/linux/skbuff.h | extern void skb_copy_datagram_iovec(struct sk_buff *from, int offset, struct iovec *to,int size); |
to | 26 | include/net/raw.h | extern int raw_recvfrom(struct sock *sk, unsigned char *to, |
to | 38 | include/net/udp.h | extern int udp_recvfrom(struct sock *sk, unsigned char *to, |
to | 341 | kernel/module.c | struct kernel_sym *to; |
to | 357 | kernel/module.c | to = table; |
to | 359 | kernel/module.c | if ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table)))) |
to | 368 | kernel/module.c | memcpy_tofs(to, &isym, sizeof isym); |
to | 369 | kernel/module.c | ++to; |
to | 374 | kernel/module.c | i > 0; --i, ++from, ++to) { |
to | 378 | kernel/module.c | memcpy_tofs(to, &isym, sizeof isym); |
to | 60 | mm/memory.c | static inline void copy_page(unsigned long from, unsigned long to) |
to | 63 | mm/memory.c | memset((void *) to, 0, PAGE_SIZE); |
to | 66 | mm/memory.c | memcpy((void *) to, (void *) from, PAGE_SIZE); |
to | 135 | net/appletalk/ddp.c | static atalk_socket *atalk_search_socket(struct sockaddr_at *to, struct atalk_iface *atif) |
to | 141 | net/appletalk/ddp.c | if ( to->sat_port != s->protinfo.af_at.src_port ) |
to | 146 | net/appletalk/ddp.c | if ( to->sat_addr.s_net == 0 && |
to | 147 | net/appletalk/ddp.c | to->sat_addr.s_node == ATADDR_BCAST && |
to | 153 | net/appletalk/ddp.c | if ( to->sat_addr.s_net == s->protinfo.af_at.src_net && |
to | 154 | net/appletalk/ddp.c | (to->sat_addr.s_node == s->protinfo.af_at.src_node |
to | 155 | net/appletalk/ddp.c | ||to->sat_addr.s_node == ATADDR_BCAST )) |
to | 159 | net/core/datagram.c | void skb_copy_datagram(struct sk_buff *skb, int offset, char *to, int size) |
to | 161 | net/core/datagram.c | memcpy_tofs(to,skb->h.raw+offset,size); |
to | 169 | net/core/datagram.c | void skb_copy_datagram_iovec(struct sk_buff *skb, int offset, struct iovec *to, int size) |
to | 171 | net/core/datagram.c | memcpy_toiovec(to,skb->h.raw+offset,size); |
to | 201 | net/ipv4/icmp.c | static void icmp_glue_bits(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen) |
to | 209 | net/ipv4/icmp.c | to, fraglen,icmp_param->csum); |
to | 219 | net/ipv4/icmp.c | to, sizeof(struct icmphdr), |
to | 222 | net/ipv4/icmp.c | to+sizeof(struct icmphdr), |
to | 224 | net/ipv4/icmp.c | icmph=(struct icmphdr *)to; |
to | 183 | net/ipv4/raw.c | static void raw_getfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen) |
to | 185 | net/ipv4/raw.c | memcpy_fromfs(to, (const unsigned char *)p+offset, fraglen); |
to | 192 | net/ipv4/raw.c | static void raw_getrawfrag(const void *p, __u32 saddr, char *to, unsigned int offset, unsigned int fraglen) |
to | 194 | net/ipv4/raw.c | memcpy_fromfs(to, (const unsigned char *)p+offset, fraglen); |
to | 197 | net/ipv4/raw.c | struct iphdr *iph=(struct iphdr *)to; |
to | 229 | net/ipv4/udp.c | static void udp_getfrag(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) |
to | 240 | net/ipv4/udp.c | dst = to; |
to | 246 | net/ipv4/udp.c | dst = to+sizeof(struct udphdr); |
to | 258 | net/ipv4/udp.c | memcpy(to, ufh, sizeof(struct udphdr)); |
to | 269 | net/ipv4/udp.c | static void udp_getfrag_nosum(const void *p, __u32 saddr, char * to, unsigned int offset, unsigned int fraglen) |
to | 280 | net/ipv4/udp.c | dst = to; |
to | 286 | net/ipv4/udp.c | dst = to+sizeof(struct udphdr); |
to | 290 | net/ipv4/udp.c | memcpy(to, ufh, sizeof(struct udphdr)); |