Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/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.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()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dsegment.h137 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8 + 3) macro
220 #define __USER_CS (GDT_ENTRY_DEFAULT_USER_CS*8 + 3) macro
H A Dptrace.h154 return regs->cs == __USER_CS; in user_64bit_mode()
157 return regs->cs == __USER_CS || regs->cs == pv_info.extra_user_64bit_cs; in user_64bit_mode()
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dxen-asm.S237 pushq $__USER_CS
286 * CS were. The kernel expects __USER_DS and __USER_CS, so
290 movq $__USER_CS, 1*8(%rsp)
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsignal.c367 regs->cs = __USER_CS; in __setup_frame()
432 regs->cs = __USER_CS; in __setup_rt_frame()
519 regs->cs = __USER_CS; in __setup_rt_frame()
605 regs->cs = __USER_CS; in x32_setup_rt_frame()
H A Dprocess_32.c122 regs->cs = __USER_CS; in start_thread()
H A Dprocess_64.c509 __USER_CS, __USER_DS, 0); in start_thread()
518 ? __USER_CS : __USER32_CS, in compat_start_thread()
H A Dparavirt.c266 .extra_user_64bit_cs = __USER_CS,
/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Derrors.c46 if (FPU_CS == __USER_CS) {
94 if (FPU_CS == __USER_CS) { in FPU_printall()
H A Dfpu_entry.c133 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Derrors.c46 if (FPU_CS == __USER_CS) {
94 if (FPU_CS == __USER_CS) { in FPU_printall()
H A Dfpu_entry.c134 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dcommon.c193 regs->cs == __USER_CS && regs->ss == __USER_DS && in do_fast_syscall_32()
H A Dentry_64.S110 pushq $__USER_CS /* pt_regs->cs */
161 cmpq $__USER_CS, CS(%rsp) /* CS must match SYSRET */
H A Dentry_32.S921 pushl $__USER_CS /* pt_regs->cs */
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dcommon.c326 regs->cs == __USER_CS && regs->ss == __USER_DS && in do_fast_syscall_32()
H A Dentry_64.S104 pushq $__USER_CS /* pt_regs->cs */
161 cmpq $__USER_CS, CS(%rsp) /* CS must match SYSRET */
H A Dentry_32.S810 pushl $__USER_CS /* pt_regs->cs */
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess_32.c119 regs->cs = __USER_CS; in start_thread()
H A Dprocess_64.c536 __USER_CS, __USER_DS, 0); in start_thread()
544 x32 ? __USER_CS : __USER32_CS, in compat_start_thread()
H A Dsignal_64.c231 regs->cs = __USER_CS; in x64_setup_rt_frame()
349 regs->cs = __USER_CS; in x32_setup_rt_frame()
H A Dparavirt.c176 .extra_user_64bit_cs = __USER_CS,
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/arch/x86/events/
H A Dperf_event.h1052 regs->cs = kernel_ip(ip) ? __KERNEL_CS : __USER_CS; in set_linear_ip()

Completed in 23 milliseconds

12