taglinefilesource code
USER_CS192drivers/FPU-emu/fpu_entry.cif (FPU_CS != USER_CS || FPU_DS != USER_DS)
USER_CS548fs/exec.cif (regs->cs != USER_CS)
USER_CS19include/asm/system.h: /* no outputs */ :"i" (USER_DS), "i" (USER_CS):"ax")
USER_CS415kernel/signal.cregs->cs = USER_CS; regs->ss = USER_DS;