cs                131 mmu.h            ushort cs;
cs                150 mmu.h            uint cs : 16;         // code segment selector
cs                171 mmu.h            (gate).cs = (sel);                                      \
cs                134 proc.c           p->tf->cs = (SEG_UCODE << 3) | DPL_USER;
cs                 77 trap.c                     cpuid(), tf->cs, tf->eip);
cs                 83 trap.c             if(myproc() == 0 || (tf->cs&3) == 0){
cs                100 trap.c           if(myproc() && myproc()->killed && (tf->cs&3) == DPL_USER)
cs                110 trap.c           if(myproc() && myproc()->killed && (tf->cs&3) == DPL_USER)
cs                175 x86.h            ushort cs;