tag | line | file | source code |
---|---|---|---|
put_user_long | 53 | include/asm-i386/segment.h | #define put_fs_long(x,addr) put_user_long((x),(int *)(addr)) |
put_user_long | 91 | include/asm-i386/segment.h | put_user_long(*(const int *) from, (int *) to); |
put_user_long | 78 | include/asm-mips/segment.h | #define put_fs_long(x,addr) put_user_long((x),(int *)(addr)) |