tag | line | file | source code |
put_fs_byte | 39 | include/asm-alpha/segment.h | #define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr)) |
put_fs_byte | 47 | 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 | 57 | include/asm-mips/segment.h | #define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr)) |
put_fs_byte | 46 | include/asm-sparc/segment.h | #define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr)) |