__KERNEL_CS        59 arch/x86/include/asm/desc.h 	gate->segment		= __KERNEL_CS;
__KERNEL_CS       326 arch/x86/include/asm/desc.h 	pack_gate(&s, GATE_INTERRUPT, (unsigned long)addr, 0, 0, __KERNEL_CS);
__KERNEL_CS       383 arch/x86/include/asm/desc.h 			  __KERNEL_CS);					\
__KERNEL_CS       385 arch/x86/include/asm/desc.h 				0, 0, __KERNEL_CS);			\
__KERNEL_CS       415 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_INTERRUPT, addr, 0x3, 0, __KERNEL_CS);
__KERNEL_CS       421 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_TRAP, addr, 0x3, 0, __KERNEL_CS);
__KERNEL_CS       427 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_TRAP, addr, 0, 0, __KERNEL_CS);
__KERNEL_CS       439 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_INTERRUPT, addr, 0, ist, __KERNEL_CS);
__KERNEL_CS       445 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_INTERRUPT, addr, 0x3, ist, __KERNEL_CS);
__KERNEL_CS       244 arch/x86/include/asm/perf_event.h 	(regs)->cs = __KERNEL_CS;				\
__KERNEL_CS       846 arch/x86/include/asm/processor.h 	.sysenter_cs		= __KERNEL_CS,				  \
__KERNEL_CS       860 arch/x86/include/asm/processor.h 		.ss1		= __KERNEL_CS,				  \
__KERNEL_CS       189 arch/x86/include/asm/ptrace.h 	    regs->cs == __KERNEL_CS)