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 | 110 | include/asm-i386/segment.h | __put_user(val, addr, 1); |
__put_user | 117 | include/asm-i386/segment.h | __put_user(val, addr, 2); |
__put_user | 124 | include/asm-i386/segment.h | __put_user(val, addr, 4); |
__put_user | 161 | include/asm-i386/segment.h | __put_user(*(const char *) from, (char *) to, 1); |
__put_user | 164 | include/asm-i386/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
__put_user | 167 | include/asm-i386/segment.h | __put_user(*(const short *) from, (short *) to, 2); |
__put_user | 168 | include/asm-i386/segment.h | __put_user(*(2+(const char *) from), 2+(char *) to, 1); |
__put_user | 171 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 174 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 175 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
__put_user | 178 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 179 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
__put_user | 180 | include/asm-i386/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
__put_user | 183 | include/asm-i386/segment.h | __put_user(*(const int *) from, (int *) to, 4); |
__put_user | 184 | include/asm-i386/segment.h | __put_user(*(1+(const int *) from), 1+(int *) to, 4); |
__put_user | 185 | include/asm-i386/segment.h | __put_user(*(2+(const int *) from), 2+(int *) to, 4); |
__put_user | 186 | include/asm-i386/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 | 19 | include/asm-sparc/segment.h | #define put_user(x,ptr) __put_user((unsigned long)(x),(ptr),sizeof(*(ptr))) |