Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dxen-asm_64.S58 pushq $__USER32_CS
96 pushq $__USER32_CS
/linux-4.1.27/arch/x86/include/asm/
Dsegment.h204 #define __USER32_CS (GDT_ENTRY_DEFAULT_USER32_CS*8 + 3) macro
/linux-4.1.27/arch/x86/ia32/
Dia32entry.S137 pushq_cfi $__USER32_CS /* pt_regs->cs */
370 pushq_cfi $__USER32_CS /* pt_regs->cs */
Dia32_aout.c299 regs->cs = __USER32_CS; in load_aout_binary()
390 (regs)->cs = __USER32_CS; in load_aout_binary()
Dia32_signal.c414 regs->cs = __USER32_CS; in ia32_setup_frame()
493 regs->cs = __USER32_CS; in ia32_setup_rt_frame()
/linux-4.1.27/arch/x86/kernel/
Dprocess_64.c258 ? __USER_CS : __USER32_CS, in start_thread_ia32()
/linux-4.1.27/arch/x86/mm/
Dfault.c558 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32)) in is_errata100()
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c1209 wrmsrl(MSR_STAR, ((u64)__USER32_CS)<<48 | ((u64)__KERNEL_CS)<<32); in syscall_init()
Dperf_event.c2314 regs->cs != __USER32_CS) in code_segment_base()