Searched refs:__USER32_CS (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/entry/
H A Dentry_64_compat.S74 pushq $__USER32_CS /* pt_regs->cs */
200 pushq $__USER32_CS /* pt_regs->cs */
246 * CS = __USER32_CS
H A Dcommon.c429 if (unlikely(regs->cs != __USER32_CS || regs->ss != __USER_DS))
/linux-master/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-master/arch/x86/xen/
H A Dxen-asm.S265 * CS were. The kernel expects __USER_DS and __USER32_CS, so
269 movq $__USER32_CS, 1*8(%rsp)
287 * CS were. The kernel expects __USER_DS and __USER32_CS, so
291 movq $__USER32_CS, 1*8(%rsp)
/linux-master/arch/x86/kernel/
H A Dsignal_32.c293 regs->cs = __USER32_CS;
375 regs->cs = __USER32_CS;
H A Dprocess_64.c593 x32 ? __USER_CS : __USER32_CS,
/linux-master/arch/x86/mm/
H A Dfault.c458 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32))
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2065 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS);
/linux-master/arch/x86/events/
H A Dcore.c2934 regs->cs != __USER32_CS)

Completed in 115 milliseconds