Searched refs:__USER_CS (Results 1 – 13 of 13) sorted by relevance
7 #define __USER_CS 0x23 macro
7 #define __USER_CS 0x1 macro
77 pushq $__USER_CS
190 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8+3) macro
77 if (regs->cs != __USER_CS) in is_setting_trap_flag()
342 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()
252 regs->cs = __USER_CS; in start_thread()
352 __USER_CS, __USER_DS, 0); in start_thread()
393 pushl_cfi $__USER_CS
202 movq $__USER_CS,CS+\offset(%rsp)
45 if (FPU_CS == __USER_CS) {93 if (FPU_CS == __USER_CS) { in FPU_printall()
173 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
107 return (!user_mode(regs)) || (regs->cs == __USER_CS); in check_prefetch_opcode()