Home
last modified time | relevance | path

Searched refs:__USER_CS (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dsegment.h123 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8 + 3) macro
207 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8 + 3) macro
Dptrace.h132 return regs->cs == __USER_CS; in user_64bit_mode()
135 return regs->cs == __USER_CS || regs->cs == pv_info.extra_user_64bit_cs; in user_64bit_mode()
/linux-4.4.14/arch/m32r/include/asm/
Dsegment.h7 #define __USER_CS 0x23 macro
/linux-4.4.14/arch/x86/xen/
Dxen-asm_64.S63 pushq $__USER_CS
/linux-4.4.14/arch/x86/kernel/
Dsignal.c335 regs->cs = __USER_CS; in __setup_frame()
401 regs->cs = __USER_CS; in __setup_rt_frame()
464 regs->cs = __USER_CS; in __setup_rt_frame()
529 regs->cs = __USER_CS; in x32_setup_rt_frame()
Dprocess_64.c251 __USER_CS, __USER_DS, 0); in start_thread()
259 ? __USER_CS : __USER32_CS, in compat_start_thread()
Dprocess_32.c205 regs->cs = __USER_CS; in start_thread()
Dparavirt.c320 .extra_user_64bit_cs = __USER_CS,
/linux-4.4.14/arch/x86/math-emu/
Derrors.c45 if (FPU_CS == __USER_CS) {
93 if (FPU_CS == __USER_CS) { in FPU_printall()
Dfpu_entry.c135 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
/linux-4.4.14/arch/x86/entry/
Dcommon.c484 regs->cs == __USER_CS && regs->ss == __USER_DS && in do_fast_syscall_32()
Dentry_64.S160 pushq $__USER_CS /* pt_regs->cs */
314 cmpq $__USER_CS, CS(%rsp) /* CS must match SYSRET */
Dentry_32.S298 pushl $__USER_CS /* pt_regs->cs */
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.h792 regs->cs = kernel_ip(ip) ? __KERNEL_CS : __USER_CS; in set_linear_ip()
Dperf_event.c2363 if (user_mode(regs) && regs->cs != __USER_CS) in code_segment_base()