cs                108 bsp/hal/x86/arch/context.c 		u->cs = (uint32_t)(USER_CS | 3);
cs                197 bsp/hal/x86/arch/context.c 	cur->cs = (uint32_t)(USER_CS | 3);
cs                204 bsp/hal/x86/arch/cpu.c 	tss.cs = (uint32_t)USER_CS | 3;
cs                119 bsp/hal/x86/arch/trap.c 	if (trap_no == 14 && regs->cs == KERNEL_CS &&
cs                135 bsp/hal/x86/arch/trap.c 	if (regs->cs == KERNEL_CS) {
cs                142 bsp/hal/x86/arch/trap.c 	if (regs->cs == KERNEL_CS)
cs                161 bsp/hal/x86/arch/trap.c 	if (r->cs & 3) {
cs                174 bsp/hal/x86/arch/trap.c 	       r->cs, ss, r->ds, r->es, tss_get());
cs                180 bsp/hal/x86/arch/trap.c 	if (r->cs == KERNEL_CS) {
cs                 58 bsp/hal/x86/include/context.h 	uint32_t	cs;		/* +48 (30) */
cs                182 bsp/hal/x86/include/cpu.h 	uint32_t es, cs, ss, ds, fs, gs;