Home
last modified time | relevance | path

Searched refs:__USER32_CS (Results 1 – 7 of 7) 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 */
251 * CS = __USER32_CS
/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.S301 * CS were. The kernel expects __USER_DS and __USER32_CS, so
305 movq $__USER32_CS, 1*8(%rsp)
323 * CS were. The kernel expects __USER_DS and __USER32_CS, so
327 movq $__USER32_CS, 1*8(%rsp)
/linux/arch/x86/kernel/ !
H A Dsignal_32.c321 regs->cs = __USER32_CS; in ia32_setup_frame()
403 regs->cs = __USER32_CS; in ia32_setup_rt_frame()
H A Dprocess_64.c594 x32 ? __USER_CS : __USER32_CS, in compat_start_thread()
/linux/arch/x86/mm/ !
H A Dfault.c457 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32)) in is_errata100()
/linux/arch/x86/events/ !
H A Dcore.c3025 regs->cs != __USER32_CS) in code_segment_base()