tag | line | file | source code |
gs | 78 | arch/i386/kernel/ioport.c | long es, long fs, long gs, long orig_eax, |
gs | 115 | arch/i386/kernel/process.c | 0xffff & regs->fs,0xffff & regs->gs); |
gs | 166 | arch/i386/kernel/process.c | p->tss.gs = KERNEL_DS; |
gs | 65 | arch/i386/kernel/signal.c | COPY_SEG(gs); |
gs | 104 | arch/i386/kernel/signal.c | put_fs_long(regs->gs, frame+2); |
gs | 252 | arch/i386/kernel/signal.c | regs->gs = USER_DS; regs->fs = USER_DS; |
gs | 120 | arch/i386/kernel/traps.c | regs->ds, regs->es, regs->fs, regs->gs, ss); |
gs | 74 | arch/mips/kernel/ioport.c | long es, long fs, long gs, long orig_eax, |
gs | 972 | drivers/char/tpqic02.c | unsigned err = 0, exnr = 0, gs = 0; |
gs | 1004 | drivers/char/tpqic02.c | gs |= GMT_DR_OPEN(-1); |
gs | 1006 | drivers/char/tpqic02.c | gs |= GMT_ONLINE(-1); /* always online */ |
gs | 1008 | drivers/char/tpqic02.c | gs &= ~GMT_ONLINE(-1); |
gs | 1010 | drivers/char/tpqic02.c | gs |= GMT_WR_PROT(-1); |
gs | 1012 | drivers/char/tpqic02.c | gs |= GMT_EOT(-1); /* not sure this is correct for writes */ |
gs | 1020 | drivers/char/tpqic02.c | gs |= GMT_EOF(-1); |
gs | 1029 | drivers/char/tpqic02.c | gs |= GMT_BOT(-1); /* beginning of tape */ |
gs | 1031 | drivers/char/tpqic02.c | ioctl_status.mt_gstat = gs; |
gs | 95 | include/asm-i386/processor.h | unsigned short gs, __gsh; |
gs | 130 | include/asm-i386/processor.h | regs->ds = regs->es = regs->ss = regs->fs = regs->gs = USER_DS; |
gs | 37 | include/asm-i386/ptrace.h | unsigned short gs, __gsu; |
gs | 5 | include/asm-i386/sigcontext.h | unsigned short gs, __gsh; |
gs | 81 | include/linux/vm86.h | unsigned short gs, __gsh; |