tag | line | file | source code |
put_user_long | 2289 | drivers/char/scc.c | put_user_long(result,(unsigned int *) arg); |
put_user_long | 127 | include/asm-i386/segment.h | #define put_fs_long(x,addr) put_user_long((x),(int *)(addr)) |
put_user_long | 67 | include/asm-m68k/segment.h | #define put_fs_long(x,addr) put_user_long((x),(int *)(addr)) |
put_user_long | 99 | include/asm-m68k/segment.h | put_user_long(*(const int *) from, (int *) to); |
put_user_long | 94 | include/asm-ppc/segment.h | #define put_fs_long(x,addr) put_user_long((x),(int *)(addr)) |
put_user_long | 106 | include/asm-sparc/segment.h | #define put_fs_long(x,addr) put_user_long((x),(int *)(addr)) |