tag | line | file | source code |
fs | 587 | fs/minix/namei.c | unsigned short fs; |
fs | 591 | fs/minix/namei.c | __asm__("mov %%fs,%0":"=r" (fs)); |
fs | 609 | fs/minix/namei.c | __asm__("mov %0,%%fs"::"r" (fs)); |
fs | 42 | fs/minix/symlink.c | unsigned short fs; |
fs | 57 | fs/minix/symlink.c | __asm__("mov %%fs,%0":"=r" (fs)); |
fs | 69 | fs/minix/symlink.c | __asm__("mov %0,%%fs"::"r" (fs)); |
fs | 104 | include/linux/sched.h | unsigned long fs; /* 16 high bits zero */ |
fs | 42 | include/sys/ptrace.h | long fs; |
fs | 92 | kernel/fork.c | long es, long fs, long gs, long orig_eax, |
fs | 143 | kernel/fork.c | p->tss.fs = fs & 0xffff; |
fs | 133 | kernel/signal.c | long ds, long es, long fs, long gs, |