taglinefilesource code
to328fs/buffer.c#define COPYBLK(from,to) \
to332fs/buffer.c::"c" (BLOCK_SIZE/4),"S" (from),"D" (to) \
to40include/asm/segment.hextern inline void memcpy_tofs(void * to, 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, void * from, unsigned long n)
to70include/asm/segment.h::"c" (n),"D" ((long) to),"S" ((long) from)
to63include/linux/sched.hextern int copy_page_tables(unsigned long from, unsigned long to, long size);
to301kernel/blk_drv/floppy.c#define copy_buffer(from,to) \
to303kernel/blk_drv/floppy.c::"c" (BLOCK_SIZE/4),"S" ((long)(from)),"D" ((long)(to)) \
to21kernel/chr_drv/pty.cstatic inline void pty_copy(struct tty_struct * from, struct tty_struct * to)
to26kernel/chr_drv/pty.cif (FULL(to->read_q)) {
to27kernel/chr_drv/pty.cif (FULL(to->secondary))
to29kernel/chr_drv/pty.cTTY_READ_FLUSH(to);
to33kernel/chr_drv/pty.cPUTCH(c,to->read_q);
to37kernel/chr_drv/pty.cTTY_READ_FLUSH(to);
to66kernel/signal.cstatic inline void save_old(char * from,char * to)
to70kernel/signal.cverify_area(to, sizeof(struct sigaction));
to72kernel/signal.cput_fs_byte(*from,to);
to74kernel/signal.cto++;
to78kernel/signal.cstatic inline void get_new(char * from,char * to)
to83kernel/signal.c*(to++) = get_fs_byte(from++);
to44mm/memory.c#define copy_page(from,to) \
to45mm/memory.c__asm__("cld ; rep ; movsl"::"S" (from),"D" (to),"c" (1024):"cx","di","si")
to130mm/memory.cint copy_page_tables(unsigned long from,unsigned long to,long size)
to139mm/memory.cif ((from&0x3fffff) || (to&0x3fffff))
to142mm/memory.cto_dir = (unsigned long *) ((to>>20) & 0xffc);
to260mm/memory.cremap_page_range(unsigned long from, unsigned long to, unsigned long size,
to266mm/memory.cif ((from & 0xfff) || (to & 0xfff))
to319mm/memory.cif (mask == 4 || to >= HIGH_MEMORY)
to323mm/memory.c*page_table++ = (to | mask);
to324mm/memory.cif (to > LOW_MEM) {
to326mm/memory.cframe = to - LOW_MEM;
to331mm/memory.cto += PAGE_SIZE;
to336mm/memory.cfor (to = 0; to < CHECK_LAST_NR ; to++)
to337mm/memory.clast_pages[to] = 0;
to513mm/memory.cunsigned long to;
to534mm/memory.cto = *(unsigned long *) to_page;
to535mm/memory.cif (!(to & 1)) {
to536mm/memory.cif (to = get_free_page())
to537mm/memory.c*(unsigned long *) to_page = to | 7;
to541mm/memory.cto &= 0xfffff000;
to542mm/memory.cto_page = to + ((address>>10) & 0xffc);
to40mm/mmap.cextern int remap_page_range(unsigned long from, unsigned long to,