Home
last modified time | relevance | path

Searched refs:__USER32_CS (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-x86_64/
Dsegment.h15 #define __USER32_CS 0x23 /* 4*8+3 */ macro
/linux-2.4.37.9/arch/x86_64/kernel/
Dsetup64.c153 wrmsrl(MSR_STAR, ((u64)__USER32_CS)<<48 | ((u64)__KERNEL_CS)<<32); in syscall_init()
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_signal.c445 regs->cs = __USER32_CS; in ia32_setup_frame()
522 regs->cs = __USER32_CS; in ia32_setup_rt_frame()
Dia32_binfmt.c178 (regs)->cs = __USER32_CS; \
/linux-2.4.37.9/arch/x86_64/mm/
Dfault.c244 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && in do_page_fault()