taglinefilesource code
to406fs/buffer.c#define COPYBLK(from,to) \
to410fs/buffer.c::"c" (BLOCK_SIZE/4),"S" (from),"D" (to) \
to133fs/msdos/file.cchar *start,*to,ch;
to172fs/msdos/file.cto = data+(filp->f_pos & (SECTOR_SIZE-1));
to174fs/msdos/file.c*to++ = '\n';
to180fs/msdos/file.c*to++ = '\r';
to185fs/msdos/file.c*to++ = ch;
to40include/asm/segment.hextern inline void memcpy_tofs(void * to, const void * from, unsigned long n)
to55include/asm/segment.h::"c" (n),"D" ((long) to),"S" ((long) from)
to59include/asm/segment.hextern inline void memcpy_fromfs(void * to, const void * from, unsigned long n)
to70include/asm/segment.h::"c" (n),"D" ((long) to),"S" ((long) from)
to11include/linux/iso_fs.h#define ISODCL(from, to) (to - from + 1)
to84include/linux/mm.hextern int remap_page_range(unsigned long from, unsigned long to, unsigned long size,
to331include/linux/string.hextern inline void * memcpy(void * to, const void * from, size_t n)
to344include/linux/string.h::"d" (n),"D" ((long) to),"S" ((long) from)
to346include/linux/string.hreturn (to);
to351kernel/blk_drv/floppy.c#define copy_buffer(from,to) \
to353kernel/blk_drv/floppy.c::"c" (BLOCK_SIZE/4),"S" ((long)(from)),"D" ((long)(to)) \
to391kernel/blk_drv/scsi/scsi_debug.cint to;
to428kernel/blk_drv/scsi/scsi_debug.cto = timeout[i];
to441kernel/blk_drv/scsi/scsi_debug.cprintk("...done %d %x %d %d\n",i , my_done, to, jiffies);
to35kernel/chr_drv/pty.cstatic inline void pty_copy(struct tty_struct * from, struct tty_struct * to)
to40kernel/chr_drv/pty.cif (FULL(&to->read_q)) {
to41kernel/chr_drv/pty.cif (FULL(&to->secondary))
to43kernel/chr_drv/pty.cTTY_READ_FLUSH(to);
to47kernel/chr_drv/pty.cput_tty_queue(c, &to->read_q);
to51kernel/chr_drv/pty.cTTY_READ_FLUSH(to);
to56mm/memory.c#define copy_page(from,to) \
to57mm/memory.c__asm__("cld ; rep ; movsl"::"S" (from),"D" (to),"c" (1024):"cx","di","si")
to297mm/memory.cint remap_page_range(unsigned long from, unsigned long to, unsigned long size,
to304mm/memory.cif ((from & 0xfff) || (to & 0xfff))
to358mm/memory.cif (mask == 4 || to >= high_memory || !mem_map[MAP_NR(to)])
to362mm/memory.c*page_table++ = (to | mask);
to363mm/memory.cif (!(mem_map[MAP_NR(to)] & MAP_PAGE_RESERVED))
to364mm/memory.cmem_map[MAP_NR(to)]++;
to366mm/memory.cto += PAGE_SIZE;
to569mm/memory.cunsigned long to;
to596mm/memory.cto = *(unsigned long *) to_page;
to597mm/memory.cif (!(to & 1)) {
to598mm/memory.cto = get_free_page(GFP_KERNEL);
to599mm/memory.cif (!to) {
to603mm/memory.c*(unsigned long *) to_page = to | PAGE_ACCESSED | 7;
to605mm/memory.cto &= 0xfffff000;
to606mm/memory.cto_page = to + ((address>>10) & 0xffc);
to231net/tcp/dev.cunsigned char *to;
to253net/tcp/dev.cto = (unsigned char *)(skb+1);
to258net/tcp/dev.cmemcpy (to, buff, amount);
to261net/tcp/dev.cto += amount;
to219net/tcp/packet.cpacket_recvfrom (volatile struct sock *sk, unsigned char *to, int len,
to277net/tcp/packet.cverify_area (to, copied);
to278net/tcp/packet.cmemcpy_tofs (to, skb+1,  copied);
to356net/tcp/raw.craw_recvfrom (volatile struct sock *sk, unsigned char *to, int len,
to366net/tcp/raw.c"              sin=%X, addr_len=%X)\n", sk, to, len, noblock,
to417net/tcp/raw.cverify_area (to, copied);
to418net/tcp/raw.cmemcpy_tofs (to, skb->h.raw,  copied);
to111net/tcp/sock.hint (*read)(volatile struct sock *sk, unsigned char *to, int len,
to113net/tcp/sock.hint (*write)(volatile struct sock *sk, unsigned char *to, int len,
to1040net/tcp/tcp.cunsigned char *to, int len, unsigned flags)
to1045net/tcp/tcp.csk, to, len, flags));
to1115net/tcp/tcp.cverify_area (to, amt);
to1116net/tcp/tcp.cmemcpy_tofs (to, (unsigned char *)(skb->h.th) +
to1135net/tcp/tcp.ctcp_read (volatile struct sock *sk, unsigned char *to,
to1154net/tcp/tcp.creturn (tcp_read_urg (sk, nonblock, to, len, flags));
to1164net/tcp/tcp.csk, to, len, nonblock, flags));
to1288net/tcp/tcp.cverify_area (to, used);
to1289net/tcp/tcp.cmemcpy_tofs(to, ((unsigned char *)skb->h.th) +
to1295net/tcp/tcp.cto += used;
to1431net/tcp/tcp.ctcp_recvfrom (volatile struct sock *sk, unsigned char *to,
to1435net/tcp/tcp.cint result = tcp_read(sk, to, to_len, nonblock, flags);
to509net/tcp/udp.cudp_recvfrom (volatile struct sock *sk, unsigned char *to, int len,
to576net/tcp/udp.cverify_area (to, copied);
to577net/tcp/udp.cmemcpy_tofs (to, skb->h.raw + sizeof (struct udp_header), copied);