Searched refs:__USER32_CS (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/entry/ |
H A D | entry_64_compat.S | 74 pushq $__USER32_CS /* pt_regs->cs */ 202 pushq $__USER32_CS /* pt_regs->cs */ 245 * CS = __USER32_CS
|
H A D | common.c | 311 return regs->cs == __USER32_CS && regs->ss == __USER_DS && in do_fast_syscall_32()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | segment.h | 139 #define __USER32_CS __USER_CS macro 215 #define __USER32_CS (GDT_ENTRY_DEFAULT_USER32_CS*8 + 3) macro
|
/kernel/linux/linux-5.10/arch/x86/entry/ |
H A D | entry_64_compat.S | 73 pushq $__USER32_CS /* pt_regs->cs */ 224 pushq $__USER32_CS /* pt_regs->cs */ 295 * CS = __USER32_CS
|
H A D | common.c | 178 return regs->cs == __USER32_CS && regs->ss == __USER_DS && in do_fast_syscall_32()
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | xen-asm.S | 305 * CS were. The kernel expects __USER32_DS and __USER32_CS, so 309 movq $__USER32_CS, 1*8(%rsp) 326 * CS were. The kernel expects __USER32_DS and __USER32_CS, so 330 movq $__USER32_CS, 1*8(%rsp)
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | xen-asm.S | 265 * CS were. The kernel expects __USER_DS and __USER32_CS, so 269 movq $__USER32_CS, 1*8(%rsp) 287 * CS were. The kernel expects __USER_DS and __USER32_CS, so 291 movq $__USER32_CS, 1*8(%rsp)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | segment.h | 217 #define __USER32_CS (GDT_ENTRY_DEFAULT_USER32_CS*8 + 3) macro
|
/kernel/linux/linux-5.10/arch/x86/ia32/ |
H A D | ia32_aout.c | 143 regs->cs = __USER32_CS; in load_aout_binary() 238 (regs)->cs = __USER32_CS; in load_aout_binary()
|
H A D | ia32_signal.c | 291 regs->cs = __USER32_CS; in ia32_setup_frame() 368 regs->cs = __USER32_CS; in ia32_setup_rt_frame()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | signal_32.c | 293 regs->cs = __USER32_CS; in ia32_setup_frame() 375 regs->cs = __USER32_CS; in ia32_setup_rt_frame()
|
H A D | process_64.c | 544 x32 ? __USER_CS : __USER32_CS, in compat_start_thread()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | process_64.c | 518 ? __USER_CS : __USER32_CS, in compat_start_thread()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | fault.c | 464 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32)) in is_errata100()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | fault.c | 456 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32)) in is_errata100()
|
/kernel/linux/linux-5.10/arch/x86/events/ |
H A D | core.c | 2725 regs->cs != __USER32_CS) in code_segment_base()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | common.c | 1930 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | common.c | 2113 wrmsr(MSR_STAR, 0, (__USER32_CS << 16) | __KERNEL_CS); in syscall_init()
|
/kernel/linux/linux-6.6/arch/x86/events/ |
H A D | core.c | 2933 regs->cs != __USER32_CS) in code_segment_base()
|
Completed in 23 milliseconds