tag | line | file | source code |
__put_user | 21 | include/asm-alpha/segment.h | #define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr))) |
__put_user | 17 | include/asm-i386/segment.h | #define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr))) |
__put_user | 115 | include/asm-i386/segment.h | __put_user(*(const char *) from, (char *) to, 1); |
__put_user | 118 | include/asm-i386/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
__put_user | 121 | include/asm-i386/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
__put_user | 122 | include/asm-i386/segment.h | __put_user(*(2+(const char *) from), 2+(char *) to, 1); |
__put_user | 125 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 128 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 129 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
__put_user | 132 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 133 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
__put_user | 134 | include/asm-i386/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
__put_user | 137 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 138 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
__put_user | 139 | include/asm-i386/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
__put_user | 140 | include/asm-i386/segment.h | __put_user(*(3+(const int *) from), 3+(int *) to, 4); |
__put_user | 273 | include/asm-i386/segment.h | #define put_fs_byte(x,addr) __put_user((x),(unsigned char *)(addr),1) |
__put_user | 274 | include/asm-i386/segment.h | #define put_fs_word(x,addr) __put_user((x),(unsigned short *)(addr),2) |
__put_user | 275 | include/asm-i386/segment.h | #define put_fs_long(x,addr) __put_user((x),(unsigned int *)(addr),4) |
__put_user | 296 | include/asm-i386/segment.h | __put_user(val, addr, 1); |
__put_user | 301 | include/asm-i386/segment.h | __put_user(val, addr, 2); |
__put_user | 306 | include/asm-i386/segment.h | __put_user(val, addr, 4); |
__put_user | 25 | include/asm-m68k/segment.h | #define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr))) |
__put_user | 96 | include/asm-m68k/segment.h | #define put_fs_byte(x,addr) __put_user((x),(unsigned char *)(addr),1) |
__put_user | 97 | include/asm-m68k/segment.h | #define put_fs_word(x,addr) __put_user((x),(unsigned short *)(addr),2) |
__put_user | 98 | include/asm-m68k/segment.h | #define put_fs_long(x,addr) __put_user((x),(unsigned int *)(addr),4) |
__put_user | 119 | include/asm-m68k/segment.h | __put_user(val, addr, 1); |
__put_user | 124 | include/asm-m68k/segment.h | __put_user(val, addr, 2); |
__put_user | 129 | include/asm-m68k/segment.h | __put_user(val, addr, 4); |
__put_user | 171 | include/asm-m68k/segment.h | __put_user(*(const char *) from, (char *) to, 1); |
__put_user | 174 | include/asm-m68k/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
__put_user | 177 | include/asm-m68k/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
__put_user | 178 | include/asm-m68k/segment.h | __put_user(*(2+(const char *) from), 2+(char *) to, 1); |
__put_user | 181 | include/asm-m68k/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 184 | include/asm-m68k/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 185 | include/asm-m68k/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
__put_user | 188 | include/asm-m68k/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 189 | include/asm-m68k/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
__put_user | 190 | include/asm-m68k/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
__put_user | 193 | include/asm-m68k/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 194 | include/asm-m68k/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
__put_user | 195 | include/asm-m68k/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
__put_user | 196 | include/asm-m68k/segment.h | __put_user(*(3+(const int *) from), 3+(int *) to, 4); |
__put_user | 38 | include/asm-mips/segment.h | #define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr))) |
__put_user | 6 | include/asm-ppc/segment.h | #define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr))) |
__put_user | 16 | include/asm-sparc/segment.h | #define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr))) |