Searched refs:__USER_CS (Results 1 – 14 of 14) sorted by relevance
138 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8 + 3) macro139 #define __USER32_CS __USER_CS217 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8 + 3) macro
235 return regs->cs == __USER_CS; in user_64bit_mode()238 return regs->cs == __USER_CS || regs->cs == pv_info.extra_user_64bit_cs; in user_64bit_mode()
117 if (unlikely(regs->cs != __USER_CS || regs->ss != __USER_DS)) in do_syscall_64()
806 pushl $__USER_CS /* pt_regs->cs */
104 pushq $__USER_CS /* pt_regs->cs */
119 regs->cs = __USER_CS; in start_thread()
114 .extra_user_64bit_cs = __USER_CS,
586 __USER_CS, __USER_DS, 0); in start_thread()594 x32 ? __USER_CS : __USER32_CS, in compat_start_thread()
231 regs->cs = __USER_CS; in x64_setup_rt_frame()354 regs->cs = __USER_CS; in x32_setup_rt_frame()
46 if (FPU_CS == __USER_CS) {94 if (FPU_CS == __USER_CS) { in FPU_printall()
134 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
285 movq $__USER_CS, 1*8(%rsp)
1335 regs->cs = kernel_ip(ip) ? __KERNEL_CS : __USER_CS; in set_linear_ip()
3021 if (user_mode(regs) && regs->cs != __USER_CS) in code_segment_base()
Completed in 34 milliseconds