Home
last modified time | relevance | path

Searched refs:__USER_CS (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/arch/m32r/include/asm/
Dsegment.h7 #define __USER_CS 0x23 macro
/linux-2.6.39/arch/arm/include/asm/
Dsegment.h7 #define __USER_CS 0x1 macro
/linux-2.6.39/arch/x86/xen/
Dxen-asm_64.S77 pushq $__USER_CS
/linux-2.6.39/arch/x86/include/asm/
Dsegment.h190 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8+3) macro
/linux-2.6.39/arch/x86/kernel/
Dstep.c77 if (regs->cs != __USER_CS) in is_setting_trap_flag()
Dsignal.c342 regs->cs = __USER_CS; in __setup_frame()
409 regs->cs = __USER_CS; in __setup_rt_frame()
475 regs->cs = __USER_CS; in __setup_rt_frame()
Dprocess_32.c252 regs->cs = __USER_CS; in start_thread()
Dprocess_64.c352 __USER_CS, __USER_DS, 0); in start_thread()
Dentry_32.S393 pushl_cfi $__USER_CS
Dentry_64.S202 movq $__USER_CS,CS+\offset(%rsp)
/linux-2.6.39/arch/x86/math-emu/
Derrors.c45 if (FPU_CS == __USER_CS) {
93 if (FPU_CS == __USER_CS) { in FPU_printall()
Dfpu_entry.c173 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
/linux-2.6.39/arch/x86/mm/
Dfault.c107 return (!user_mode(regs)) || (regs->cs == __USER_CS); in check_prefetch_opcode()