Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/xen/
Dxen-asm_64.S58 pushq $__USER32_CS
96 pushq $__USER32_CS
/linux-3.4.99/arch/x86/include/asm/
Dsegment.h165 #define __USER32_CS (GDT_ENTRY_DEFAULT_USER32_CS*8+3) macro
/linux-3.4.99/arch/x86/ia32/
Dia32entry.S138 pushq_cfi $__USER32_CS
296 movq $__USER32_CS,CS-ARGOFFSET(%rsp)
Dia32_signal.c477 regs->cs = __USER32_CS; in ia32_setup_frame()
558 regs->cs = __USER32_CS; in ia32_setup_rt_frame()
Dia32_aout.c301 regs->cs = __USER32_CS; in load_aout_binary()
417 (regs)->cs = __USER32_CS; in load_aout_binary()
/linux-3.4.99/arch/x86/kernel/
Dprocess_64.c262 ? __USER_CS : __USER32_CS, in start_thread_ia32()
/linux-3.4.99/arch/x86/mm/
Dfault.c545 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32)) in is_errata100()
/linux-3.4.99/arch/x86/kernel/cpu/
Dcommon.c1073 wrmsrl(MSR_STAR, ((u64)__USER32_CS)<<48 | ((u64)__KERNEL_CS)<<32); in syscall_init()