Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/xen/
Dxen-asm_64.S102 pushq $__USER_CS
134 movq $__USER_CS, 1*8(%rsp)
/Linux-v4.19/arch/x86/include/asm/
Dsegment.h125 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8 + 3) macro
209 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8 + 3) macro
Dptrace.h152 return regs->cs == __USER_CS; in user_64bit_mode()
155 return regs->cs == __USER_CS || regs->cs == pv_info.extra_user_64bit_cs; in user_64bit_mode()
/Linux-v4.19/arch/x86/kernel/
Dsignal.c373 regs->cs = __USER_CS; in __setup_frame()
439 regs->cs = __USER_CS; in __setup_rt_frame()
529 regs->cs = __USER_CS; in __setup_rt_frame()
594 regs->cs = __USER_CS; in x32_setup_rt_frame()
Dprocess_64.c393 __USER_CS, __USER_DS, 0); in start_thread()
402 ? __USER_CS : __USER32_CS, in compat_start_thread()
Dprocess_32.c191 regs->cs = __USER_CS; in start_thread()
Dparavirt.c319 .extra_user_64bit_cs = __USER_CS,
/Linux-v4.19/arch/x86/math-emu/
Derrors.c46 if (FPU_CS == __USER_CS) {
94 if (FPU_CS == __USER_CS) { in FPU_printall()
Dfpu_entry.c136 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
/Linux-v4.19/arch/x86/entry/
Dentry_64.S183 pushq $__USER_CS /* pt_regs->cs */
226 pushq $__USER_CS /* pt_regs->cs */
276 cmpq $__USER_CS, CS(%rsp) /* CS must match SYSRET */
Dcommon.c424 regs->cs == __USER_CS && regs->ss == __USER_DS && in do_fast_syscall_32()
Dentry_32.S849 pushl $__USER_CS /* pt_regs->cs */
/Linux-v4.19/arch/x86/events/
Dperf_event.h827 regs->cs = kernel_ip(ip) ? __KERNEL_CS : __USER_CS; in set_linear_ip()
Dcore.c2525 if (user_mode(regs) && regs->cs != __USER_CS) in code_segment_base()