taglinefilesource code
put_user_long53include/asm/segment.h#define put_fs_long(x,addr) put_user_long((x),(int *)(addr))
put_user_long91include/asm/segment.hput_user_long(*(const int *) from, (int *) to);