Home
last modified time | relevance | path

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

/linux/arch/x86/entry/
H A Dentry_64_compat.S73 pushq $__USER32_CS /* pt_regs->cs */
205 pushq $__USER32_CS /* pt_regs->cs */
H A Dcommon.c430 if (unlikely(regs->cs != __USER32_CS || regs->ss != __USER_DS)) in do_fast_syscall_32()
/linux/arch/x86/include/asm/
H A Dsegment.h139 #define __USER32_CS __USER_CS macro
215 #define __USER32_CS (GDT_ENTRY_DEFAULT_USER32_CS*8 + 3) macro
/linux/arch/x86/xen/
H A Dxen-asm.S302 movq $__USER32_CS, 1*8(%rsp)
324 movq $__USER32_CS, 1*8(%rsp)
/linux/arch/x86/kernel/
H A Dsignal_32.c293 regs->cs = __USER32_CS; in ia32_setup_frame()
375 regs->cs = __USER32_CS; in ia32_setup_rt_frame()
H A Dprocess_64.c593 x32 ? __USER_CS : __USER32_CS, in compat_start_thread()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2080 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
/linux/arch/x86/events/
H A Dcore.c2999 regs->cs != __USER32_CS) in code_segment_base()