Home
last modified time | relevance | path

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

/arch/x86/xen/
Dxen-asm_64.S58 pushq $__USER32_CS
96 pushq $__USER32_CS
/arch/x86/include/asm/
Dsegment.h165 #define __USER32_CS (GDT_ENTRY_DEFAULT_USER32_CS*8+3) macro
/arch/x86/ia32/
Dia32entry.S140 pushq_cfi $__USER32_CS
298 movq $__USER32_CS,CS-ARGOFFSET(%rsp)
Dia32_aout.c301 regs->cs = __USER32_CS; in load_aout_binary()
405 (regs)->cs = __USER32_CS; in load_aout_binary()
Dia32_signal.c419 regs->cs = __USER32_CS; in ia32_setup_frame()
498 regs->cs = __USER32_CS; in ia32_setup_rt_frame()
/arch/x86/kernel/
Dprocess_64.c255 ? __USER_CS : __USER32_CS, in start_thread_ia32()
/arch/x86/mm/
Dfault.c546 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32)) in is_errata100()
/arch/x86/kernel/cpu/
Dcommon.c1121 wrmsrl(MSR_STAR, ((u64)__USER32_CS)<<48 | ((u64)__KERNEL_CS)<<32); in syscall_init()
Dperf_event.c2048 if (user_mode(regs) && regs->cs != __USER32_CS) in code_segment_base()