__USER32_CS       416 arch/x86/entry/common.c 	return regs->cs == __USER32_CS && regs->ss == __USER_DS &&
__USER32_CS      2556 arch/x86/events/core.c 	    regs->cs != __USER32_CS)
__USER32_CS       144 arch/x86/ia32/ia32_aout.c 	regs->cs = __USER32_CS;
__USER32_CS       241 arch/x86/ia32/ia32_aout.c 	(regs)->cs = __USER32_CS;
__USER32_CS       324 arch/x86/ia32/ia32_signal.c 	regs->cs = __USER32_CS;
__USER32_CS       403 arch/x86/ia32/ia32_signal.c 	regs->cs = __USER32_CS;
__USER32_CS      1711 arch/x86/kernel/cpu/common.c 	wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS);
__USER32_CS       488 arch/x86/kernel/process_64.c 			    ? __USER_CS : __USER32_CS,
__USER32_CS       550 arch/x86/mm/fault.c 	if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32))