Searched refs:__USER_CS (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dsegment.h138 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8 + 3) macro
139 #define __USER32_CS __USER_CS
217 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8 + 3) macro
H A Dptrace.h235 return regs->cs == __USER_CS;
238 return regs->cs == __USER_CS || regs->cs == pv_info.extra_user_64bit_cs;
/linux-master/arch/x86/math-emu/
H A Derrors.c46 if (FPU_CS == __USER_CS) {
94 if (FPU_CS == __USER_CS) {
H A Dfpu_entry.c134 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) {
/linux-master/arch/x86/kernel/
H A Dparavirt.c134 .extra_user_64bit_cs = __USER_CS,
H A Dprocess_32.c119 regs->cs = __USER_CS;
H A Dsignal_64.c231 regs->cs = __USER_CS;
349 regs->cs = __USER_CS;
H A Dprocess_64.c585 __USER_CS, __USER_DS, 0);
593 x32 ? __USER_CS : __USER32_CS,
/linux-master/arch/x86/xen/
H A Dxen-asm.S245 * CS were. The kernel expects __USER_DS and __USER_CS, so
249 movq $__USER_CS, 1*8(%rsp)
/linux-master/arch/x86/entry/
H A Dcommon.c106 if (unlikely(regs->cs != __USER_CS || regs->ss != __USER_DS))
H A Dentry_32.S806 pushl $__USER_CS /* pt_regs->cs */
H A Dentry_64.S104 pushq $__USER_CS /* pt_regs->cs */
/linux-master/arch/x86/events/
H A Dperf_event.h1230 regs->cs = kernel_ip(ip) ? __KERNEL_CS : __USER_CS;
H A Dcore.c2930 if (user_mode(regs) && regs->cs != __USER_CS)

Completed in 169 milliseconds