Home
last modified time | relevance | path

Searched refs:__USER32_CS (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/arch/x86/entry/
Dentry_64_compat.S73 pushq $__USER32_CS /* pt_regs->cs */
205 pushq $__USER32_CS /* pt_regs->cs */
Dcommon.c429 if (unlikely(regs->cs != __USER32_CS || regs->ss != __USER_DS)) in do_fast_syscall_32()
/linux-6.12.1/arch/x86/include/asm/
Dsegment.h139 #define __USER32_CS __USER_CS macro
215 #define __USER32_CS (GDT_ENTRY_DEFAULT_USER32_CS*8 + 3) macro
/linux-6.12.1/arch/x86/xen/
Dxen-asm.S269 movq $__USER32_CS, 1*8(%rsp)
291 movq $__USER32_CS, 1*8(%rsp)
/linux-6.12.1/arch/x86/kernel/
Dsignal_32.c293 regs->cs = __USER32_CS; in ia32_setup_frame()
375 regs->cs = __USER32_CS; in ia32_setup_rt_frame()
Dprocess_64.c593 x32 ? __USER_CS : __USER32_CS, in compat_start_thread()
/linux-6.12.1/arch/x86/mm/
Dfault.c459 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32)) in is_errata100()
/linux-6.12.1/arch/x86/kernel/cpu/
Dcommon.c2075 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
/linux-6.12.1/arch/x86/events/
Dcore.c3000 regs->cs != __USER32_CS) in code_segment_base()