tag | line | file | source code |
---|---|---|---|
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 | 101 | include/asm-sparc/segment.h | #define put_fs_long(x,addr) put_user_long((x),(int *)(addr)) |