Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
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
A Dptrace.h157 return regs->cs == __USER_CS; in user_64bit_mode()
160 return regs->cs == __USER_CS || regs->cs == pv_info.extra_user_64bit_cs; in user_64bit_mode()
/linux-6.3-rc2/arch/x86/kernel/
A Dprocess_32.c119 regs->cs = __USER_CS; in start_thread()
A Dprocess_64.c533 __USER_CS, __USER_DS, 0); in start_thread()
541 x32 ? __USER_CS : __USER32_CS, in compat_start_thread()
A Dsignal_64.c228 regs->cs = __USER_CS; in x64_setup_rt_frame()
343 regs->cs = __USER_CS; in x32_setup_rt_frame()
A Dparavirt.c252 .extra_user_64bit_cs = __USER_CS,
/linux-6.3-rc2/arch/x86/math-emu/
A Derrors.c46 if (FPU_CS == __USER_CS) {
94 if (FPU_CS == __USER_CS) { in FPU_printall()
A Dfpu_entry.c133 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
/linux-6.3-rc2/arch/x86/entry/
A Dcommon.c231 regs->cs == __USER_CS && regs->ss == __USER_DS && in do_fast_syscall_32()
A Dentry_64.S104 pushq $__USER_CS /* pt_regs->cs */
161 cmpq $__USER_CS, CS(%rsp) /* CS must match SYSRET */
A Dentry_32.S837 pushl $__USER_CS /* pt_regs->cs */
/linux-6.3-rc2/arch/x86/xen/
A Dxen-asm.S249 movq $__USER_CS, 1*8(%rsp)
/linux-6.3-rc2/arch/x86/events/
A Dperf_event.h1215 regs->cs = kernel_ip(ip) ? __KERNEL_CS : __USER_CS; in set_linear_ip()
A Dcore.c2934 if (user_mode(regs) && regs->cs != __USER_CS) in code_segment_base()

Completed in 30 milliseconds