tag | line | file | source code |
put_fs_byte | 85 | include/asm-alpha/segment.h | #define put_fs_byte(x,addr) put_user((x),(char *)(addr)) |
put_fs_byte | 113 | include/asm-i386/segment.h | #define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr)) |
put_fs_byte | 53 | include/asm-m68k/segment.h | #define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr)) |
put_fs_byte | 104 | include/asm-mips/segment.h | #define put_fs_byte(x,addr) put_user((x),(char *)(addr)) |
put_fs_byte | 80 | include/asm-ppc/segment.h | #define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr)) |
put_fs_byte | 92 | include/asm-sparc/segment.h | #define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr)) |