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

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

Completed in 395 milliseconds