taglinefilesource code
__put_user21include/asm-alpha/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
__put_user17include/asm-i386/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
__put_user115include/asm-i386/segment.h__put_user(*(const char *) from, (char *) to, 1);
__put_user118include/asm-i386/segment.h__put_user(*(const short *) from, (short *) to, 2);
__put_user121include/asm-i386/segment.h__put_user(*(const short *) from, (short *) to, 2);
__put_user122include/asm-i386/segment.h__put_user(*(2+(const char *) from), 2+(char *) to, 1);
__put_user125include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
__put_user128include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
__put_user129include/asm-i386/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
__put_user132include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
__put_user133include/asm-i386/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
__put_user134include/asm-i386/segment.h__put_user(*(2+(const int *) from), 2+(int *) to, 4);
__put_user137include/asm-i386/segment.h__put_user(*(const int *) from, (int *) to, 4);
__put_user138include/asm-i386/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
__put_user139include/asm-i386/segment.h__put_user(*(2+(const int *) from), 2+(int *) to, 4);
__put_user140include/asm-i386/segment.h__put_user(*(3+(const int *) from), 3+(int *) to, 4);
__put_user273include/asm-i386/segment.h#define put_fs_byte(x,addr) __put_user((x),(unsigned char *)(addr),1)
__put_user274include/asm-i386/segment.h#define put_fs_word(x,addr) __put_user((x),(unsigned short *)(addr),2)
__put_user275include/asm-i386/segment.h#define put_fs_long(x,addr) __put_user((x),(unsigned int *)(addr),4)
__put_user296include/asm-i386/segment.h__put_user(val, addr, 1);
__put_user301include/asm-i386/segment.h__put_user(val, addr, 2);
__put_user306include/asm-i386/segment.h__put_user(val, addr, 4);
__put_user25include/asm-m68k/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
__put_user96include/asm-m68k/segment.h#define put_fs_byte(x,addr) __put_user((x),(unsigned char *)(addr),1)
__put_user97include/asm-m68k/segment.h#define put_fs_word(x,addr) __put_user((x),(unsigned short *)(addr),2)
__put_user98include/asm-m68k/segment.h#define put_fs_long(x,addr) __put_user((x),(unsigned int *)(addr),4)
__put_user119include/asm-m68k/segment.h__put_user(val, addr, 1);
__put_user124include/asm-m68k/segment.h__put_user(val, addr, 2);
__put_user129include/asm-m68k/segment.h__put_user(val, addr, 4);
__put_user171include/asm-m68k/segment.h__put_user(*(const char *) from, (char *) to, 1);
__put_user174include/asm-m68k/segment.h__put_user(*(const short *) from, (short *) to, 2);
__put_user177include/asm-m68k/segment.h__put_user(*(const short *) from, (short *) to, 2);
__put_user178include/asm-m68k/segment.h__put_user(*(2+(const char *) from), 2+(char *) to, 1);
__put_user181include/asm-m68k/segment.h__put_user(*(const int *) from, (int *) to, 4);
__put_user184include/asm-m68k/segment.h__put_user(*(const int *) from, (int *) to, 4);
__put_user185include/asm-m68k/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
__put_user188include/asm-m68k/segment.h__put_user(*(const int *) from, (int *) to, 4);
__put_user189include/asm-m68k/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
__put_user190include/asm-m68k/segment.h__put_user(*(2+(const int *) from), 2+(int *) to, 4);
__put_user193include/asm-m68k/segment.h__put_user(*(const int *) from, (int *) to, 4);
__put_user194include/asm-m68k/segment.h__put_user(*(1+(const int *) from), 1+(int *) to, 4);
__put_user195include/asm-m68k/segment.h__put_user(*(2+(const int *) from), 2+(int *) to, 4);
__put_user196include/asm-m68k/segment.h__put_user(*(3+(const int *) from), 3+(int *) to, 4);
__put_user38include/asm-mips/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
__put_user6include/asm-ppc/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))
__put_user16include/asm-sparc/segment.h#define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr)))