__USER_CS         431 arch/x86/entry/common.c 		regs->cs == __USER_CS && regs->ss == __USER_DS &&
__USER_CS        2552 arch/x86/events/core.c 	if (user_mode(regs) && regs->cs != __USER_CS)
__USER_CS         891 arch/x86/events/perf_event.h 	regs->cs = kernel_ip(ip) ? __KERNEL_CS : __USER_CS;
__USER_CS         152 arch/x86/include/asm/ptrace.h 	return regs->cs == __USER_CS;
__USER_CS         155 arch/x86/include/asm/ptrace.h 	return regs->cs == __USER_CS || regs->cs == pv_info.extra_user_64bit_cs;
__USER_CS         288 arch/x86/kernel/paravirt.c 	.extra_user_64bit_cs = __USER_CS,
__USER_CS         191 arch/x86/kernel/process_32.c 	regs->cs		= __USER_CS;
__USER_CS         479 arch/x86/kernel/process_64.c 			    __USER_CS, __USER_DS, 0);
__USER_CS         488 arch/x86/kernel/process_64.c 			    ? __USER_CS : __USER32_CS,
__USER_CS         370 arch/x86/kernel/signal.c 	regs->cs = __USER_CS;
__USER_CS         436 arch/x86/kernel/signal.c 	regs->cs = __USER_CS;
__USER_CS         529 arch/x86/kernel/signal.c 	regs->cs = __USER_CS;
__USER_CS         597 arch/x86/kernel/signal.c 	regs->cs = __USER_CS;
__USER_CS          46 arch/x86/math-emu/errors.c 	if (FPU_CS == __USER_CS) {
__USER_CS          94 arch/x86/math-emu/errors.c 	if (FPU_CS == __USER_CS) {
__USER_CS         133 arch/x86/math-emu/fpu_entry.c 	} else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) {