taglinefilesource code
put_fs_word86include/asm-alpha/segment.h#define put_fs_word(x,addr) put_user((x),(short *)(addr))
put_fs_word274include/asm-i386/segment.h#define put_fs_word(x,addr) __put_user((x),(unsigned short *)(addr),2)
put_fs_word60include/asm-m68k/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))
put_fs_word105include/asm-mips/segment.h#define put_fs_word(x,addr) put_user((x),(short *)(addr))
put_fs_word87include/asm-ppc/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))
put_fs_word94include/asm-sparc/segment.h#define put_fs_word(x,addr) put_user_word((x),(short *)(addr))