taglinefilesource code
from47drivers/char/vt.casmlinkage int sys_ioperm(unsigned long from, unsigned long num, int on);
from873drivers/net/de620.cReadAWord(int from)
from884drivers/net/de620.cfor (nbits = 9; nbits > 0; --nbits, from <<= 1) {
from885drivers/net/de620.cif (from & 0x0100) { /* bit set? */
from661fs/namei.cchar * from, * to;
from663fs/namei.cerror = getname(oldname,&from);
from667fs/namei.cerror = do_symlink(from,to);
from670fs/namei.cputname(from);
from817fs/namei.cchar * from, * to;
from819fs/namei.cerror = getname(oldname,&from);
from823fs/namei.cerror = do_rename(from,to);
from826fs/namei.cputname(from);
from55include/asm-i386/segment.hstatic inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n)
from71include/asm-i386/segment.h:"c" (n),"D" ((long) to),"S" ((long) from)
from75include/asm-i386/segment.hstatic inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n)
from81include/asm-i386/segment.hput_user_byte(*(const char *) from, (char *) to);
from84include/asm-i386/segment.hput_user_word(*(const short *) from, (short *) to);
from87include/asm-i386/segment.hput_user_word(*(const short *) from, (short *) to);
from88include/asm-i386/segment.hput_user_byte(*(2+(const char *) from), 2+(char *) to);
from91include/asm-i386/segment.hput_user_long(*(const int *) from, (int *) to);
from103include/asm-i386/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
from123include/asm-i386/segment.hstatic inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n)
from135include/asm-i386/segment.h:"c" (n),"D" ((long) to),"S" ((long) from)
from139include/asm-i386/segment.hstatic inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n)
from145include/asm-i386/segment.h*(char *)to = get_user_byte((const char *) from);
from148include/asm-i386/segment.h*(short *)to = get_user_word((const short *) from);
from151include/asm-i386/segment.h*(short *) to = get_user_word((const short *) from);
from152include/asm-i386/segment.h*((char *) to + 2) = get_user_byte(2+(const char *) from);
from155include/asm-i386/segment.h*(int *) to = get_user_long((const int *) from);
from163include/asm-i386/segment.h:"c" (n/4),"D" ((long) to),"S" ((long) from) \
from183include/asm-i386/segment.h#define memcpy_fromfs(to, from, n) \
from185include/asm-i386/segment.h__constant_memcpy_fromfs((to),(from),(n)) : \
from186include/asm-i386/segment.h__generic_memcpy_fromfs((to),(from),(n)))
from188include/asm-i386/segment.h#define memcpy_tofs(to, from, n) \
from190include/asm-i386/segment.h__constant_memcpy_tofs((to),(from),(n)) : \
from191include/asm-i386/segment.h__generic_memcpy_tofs((to),(from),(n)))
from340include/asm-i386/string.hextern inline void * memcpy(void * to, const void * from, size_t n)
from355include/asm-i386/string.h:"d" (n),"D" ((long) to),"S" ((long) from)
from92include/asm-mips/segment.hstatic inline void __generic_memcpy_tofs(void * to, const void * from, unsigned long n)
from106include/asm-mips/segment.h:"d" (n),"d" (((long) to)| segment_fs),"d" ((long) from)
from110include/asm-mips/segment.hstatic inline void __constant_memcpy_tofs(void * to, const void * from, unsigned long n)
from119include/asm-mips/segment.hput_user_byte(*(const char *) from, (char *) to);
from122include/asm-mips/segment.hput_user_byte(*(const char *) from, (char *) to);
from123include/asm-mips/segment.hput_user_byte(*(1+(const char *) from), 1+(char *) to);
from126include/asm-mips/segment.hput_user_byte(*((const char *) from), (char *) to);
from127include/asm-mips/segment.hput_user_byte(*(1+(const char *) from), 1+(char *) to);
from128include/asm-mips/segment.hput_user_byte(*(2+(const char *) from), 2+(char *) to);
from131include/asm-mips/segment.hput_user_byte(*((const char *) from), (char *) to);
from132include/asm-mips/segment.hput_user_byte(*(1+(const char *) from), 1+(char *) to);
from133include/asm-mips/segment.hput_user_byte(*(2+(const char *) from), 2+(char *) to);
from134include/asm-mips/segment.hput_user_byte(*(3+(const char *) from), 3+(char *) to);
from138include/asm-mips/segment.h__generic_memcpy_tofs(to, from, n);
from143include/asm-mips/segment.hstatic inline void __generic_memcpy_fromfs(void * to, const void * from, unsigned long n)
from157include/asm-mips/segment.h:"d" (n),"d" ((long) to),"d" (((long) from | segment_fs))
from161include/asm-mips/segment.hstatic inline void __constant_memcpy_fromfs(void * to, const void * from, unsigned long n)
from170include/asm-mips/segment.h*(char *)to = get_user_byte((const char *) from);
from173include/asm-mips/segment.h*(char *) to = get_user_byte((const char *) from);
from174include/asm-mips/segment.h*(char *) to = get_user_byte(1+(const char *) from);
from177include/asm-mips/segment.h*(char *) to = get_user_byte((const char *) from);
from178include/asm-mips/segment.h*(char *) to = get_user_byte(1+(const char *) from);
from179include/asm-mips/segment.h*(char *) to = get_user_byte(2+(const char *) from);
from182include/asm-mips/segment.h*(char *) to = get_user_byte((const char *) from);
from183include/asm-mips/segment.h*(char *) to = get_user_byte(1+(const char *) from);
from184include/asm-mips/segment.h*(char *) to = get_user_byte(2+(const char *) from);
from185include/asm-mips/segment.h*(char *) to = get_user_byte(3+(const char *) from);
from190include/asm-mips/segment.h__generic_memcpy_fromfs(to, from, n);
from194include/asm-mips/segment.h#define memcpy_fromfs(to, from, n) \
from196include/asm-mips/segment.h__constant_memcpy_fromfs((to),(from),(n)) : \
from197include/asm-mips/segment.h__generic_memcpy_fromfs((to),(from),(n)))
from199include/asm-mips/segment.h#define memcpy_tofs(to, from, n) \
from201include/asm-mips/segment.h__constant_memcpy_tofs((to),(from),(n)) : \
from202include/asm-mips/segment.h__generic_memcpy_tofs((to),(from),(n)))
from144include/asm-mips/string.hextern inline void * memcpy(void * to, const void * from, size_t n)
from161include/asm-mips/string.h: "=d" (to), "=d" (from), "=d" (n)
from162include/asm-mips/string.h: "0" (to), "1" (from), "2" (n)
from19include/linux/ioport.hextern int check_region(unsigned int from, unsigned int extent);
from20include/linux/ioport.hextern void snarf_region(unsigned int from, unsigned int extent);
from11include/linux/iso_fs.h#define ISODCL(from, to) (to - from + 1)
from78include/linux/mm.hint (*share)(struct vm_area_struct * from, struct vm_area_struct * to, unsigned long address);
from163include/linux/mm.hextern int unmap_page_range(unsigned long from, unsigned long size);
from164include/linux/mm.hextern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, int mask);
from165include/linux/mm.hextern int zeromap_page_range(unsigned long from, unsigned long size, int mask);
from140include/linux/skbuff.hextern void      skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size);
from380init/main.cstatic void copy_options(char * to, char * from)
from386init/main.cif (c == ' ' && *(unsigned long *)from == *(unsigned long *)"mem=")
from387init/main.cmemory_end = simple_strtoul(from+4, &from, 0);
from388init/main.cc = *(from++);
from114kernel/ioport.casmlinkage int sys_ioperm(unsigned long from, unsigned long num, int turn_on)
from116kernel/ioport.cif (from + num <= from)
from118kernel/ioport.cif (from + num > IO_BITMAP_SIZE*32)
from124kernel/ioport.cprintk("io: from=%d num=%d %s\n", from, num, (turn_on ? "on" : "off"));
from126kernel/ioport.cset_bitmap((unsigned long *)current->tss.io_bitmap, from, num, !turn_on);
from158kernel/ioport.cvoid snarf_region(unsigned int from, unsigned int num)
from160kernel/ioport.cif (from > IO_BITMAP_SIZE*32)
from162kernel/ioport.cif (from + num > IO_BITMAP_SIZE*32)
from163kernel/ioport.cnum = IO_BITMAP_SIZE*32 - from;
from164kernel/ioport.cset_bitmap(ioport_registrar, from, num, 1);
from168kernel/ioport.cint check_region(unsigned int from, unsigned int num)
from170kernel/ioport.cif (from > IO_BITMAP_SIZE*32)
from172kernel/ioport.cif (from + num > IO_BITMAP_SIZE*32)
from173kernel/ioport.cnum = IO_BITMAP_SIZE*32 - from;
from174kernel/ioport.creturn check_bitmap(ioport_registrar, from, num);
from306kernel/module.cstruct internal_symbol *from;
from337kernel/module.cfrom = mp->symtab->symbol;
from338kernel/module.ci > 0; --i, ++from, ++to) {
from340kernel/module.cisym.value = (unsigned long)from->addr;
from341kernel/module.cstrncpy(isym.name, from->name, sizeof isym.name);
from75mm/memory.c#define copy_page(from,to) \
from76mm/memory.c__asm__("cld ; rep ; movsl": :"S" (from),"D" (to),"c" (1024):"cx","di","si")
from288mm/memory.cint unmap_page_range(unsigned long from, unsigned long size)
from294mm/memory.cif (from & ~PAGE_MASK) {
from299mm/memory.cdir = PAGE_DIR_OFFSET(current->tss.cr3,from);
from300mm/memory.cpoff = (from >> PAGE_SHIFT) & (PTRS_PER_PAGE-1);
from340mm/memory.cint zeromap_page_range(unsigned long from, unsigned long size, int mask)
from353mm/memory.cif (from & ~PAGE_MASK) {
from354mm/memory.cprintk("zeromap_page_range: from = %08lx\n",from);
from357mm/memory.cdir = PAGE_DIR_OFFSET(current->tss.cr3,from);
from359mm/memory.cpoff = (from >> PAGE_SHIFT) & (PTRS_PER_PAGE-1);
from403mm/memory.cint remap_page_range(unsigned long from, unsigned long to, unsigned long size, int mask)
from415mm/memory.cif ((from & ~PAGE_MASK) || (to & ~PAGE_MASK)) {
from416mm/memory.cprintk("remap_page_range: from = %08lx, to=%08lx\n",from,to);
from419mm/memory.cdir = PAGE_DIR_OFFSET(current->tss.cr3,from);
from421mm/memory.cpoff = (from >> PAGE_SHIFT) & (PTRS_PER_PAGE-1);
from719mm/memory.cunsigned long from;
from727mm/memory.cfrom = *(unsigned long *) from_page;
from728mm/memory.cif (!(from & PAGE_PRESENT))
from730mm/memory.cfrom &= PAGE_MASK;
from731mm/memory.cfrom_page = from + PAGE_PTR(from_address);
from732mm/memory.cfrom = *(unsigned long *) from_page;
from734mm/memory.cif (!(from & PAGE_PRESENT))
from737mm/memory.cif (from & PAGE_DIRTY) {
from744mm/memory.cif (from >= high_memory)
from746mm/memory.cif (mem_map[MAP_NR(from)] & MAP_PAGE_RESERVED)
from758mm/memory.cif (in_swap_cache(from)) { /* implies PAGE_DIRTY */
from764mm/memory.ccopy_page((from & PAGE_MASK), newpage);
from769mm/memory.cif (in_swap_cache(from)) {
from774mm/memory.cfrom |= PAGE_DIRTY;
from775mm/memory.c*(unsigned long *) from_page = from;
from776mm/memory.cdelete_from_swap_cache(from);
from779mm/memory.cmem_map[MAP_NR(from)]++;
from781mm/memory.cto = (from & (PAGE_MASK | PAGE_DIRTY)) | to_area->vm_page_prot;
from786mm/memory.cif (!(from & PAGE_RW))
from791mm/memory.cfrom &= ~PAGE_RW;
from792mm/memory.c*(unsigned long *) from_page = from;
from123net/inet/packet.cstatic int packet_sendto(struct sock *sk, unsigned char *from, int len,
from187net/inet/packet.cmemcpy_fromfs(skb->data, from, len);
from147net/inet/raw.cstatic int raw_sendto(struct sock *sk, unsigned char *from, 
from240net/inet/raw.cmemcpy_fromfs(skb->data + tmp, from, len);
from196net/inet/sock.hunsigned char *from, int len, int noblock,
from200net/inet/sock.hunsigned char *from, int len, int noblock,
from903net/inet/tcp.cstatic int tcp_write(struct sock *sk, unsigned char *from,
from1042net/inet/tcp.cmemcpy_fromfs(skb->data + skb->len, from, copy);
from1044net/inet/tcp.cfrom += copy;
from1188net/inet/tcp.cmemcpy_fromfs(buff+tmp, from, copy);
from1190net/inet/tcp.cfrom += copy;
from1228net/inet/tcp.cstatic int tcp_sendto(struct sock *sk, unsigned char *from,
from1244net/inet/tcp.creturn tcp_write(sk, from, len, nonblock, flags);
from250net/inet/udp.cunsigned char *from, int len, int rt)
from314net/inet/udp.cmemcpy_fromfs(buff, from, len);
from333net/inet/udp.cstatic int udp_sendto(struct sock *sk, unsigned char *from, int len, int noblock,
from381net/inet/udp.ctmp = udp_send(sk, &sin, from, len, flags);