Searched refs:__USER32_CS (Results 1 – 9 of 9) sorted by relevance
73 pushq $__USER32_CS /* pt_regs->cs */205 pushq $__USER32_CS /* pt_regs->cs */
349 if (unlikely(regs->cs != __USER32_CS || regs->ss != __USER_DS)) in do_fast_syscall_32()
139 #define __USER32_CS __USER_CS macro215 #define __USER32_CS (GDT_ENTRY_DEFAULT_USER32_CS*8 + 3) macro
305 movq $__USER32_CS, 1*8(%rsp)327 movq $__USER32_CS, 1*8(%rsp)
321 regs->cs = __USER32_CS; in ia32_setup_frame()403 regs->cs = __USER32_CS; in ia32_setup_rt_frame()
594 x32 ? __USER_CS : __USER32_CS, in compat_start_thread()
457 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32)) in is_errata100()
2238 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
3025 regs->cs != __USER32_CS) in code_segment_base()
Completed in 23 milliseconds