tag | line | file | source code |
---|---|---|---|
USER_CS | 255 | arch/i386/kernel/signal.c | regs->cs = USER_CS; regs->ss = USER_DS; |
USER_CS | 45 | arch/i386/math-emu/errors.c | if ( FPU_CS == USER_CS ) |
USER_CS | 96 | arch/i386/math-emu/errors.c | if ( FPU_CS == USER_CS ) |
USER_CS | 180 | arch/i386/math-emu/fpu_entry.c | else if ( FPU_CS == USER_CS && FPU_DS == USER_DS ) |
USER_CS | 135 | include/asm-i386/processor.h | regs->cs = USER_CS; |