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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dxen-asm_64.S58 pushq $__USER32_CS
96 pushq $__USER32_CS
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsegment.h163 #define __USER32_CS (GDT_ENTRY_DEFAULT_USER32_CS * 8 + 3) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32_aout.c300 regs->cs = __USER32_CS;
425 (regs)->cs = __USER32_CS;
H A Dia32_signal.c482 regs->cs = __USER32_CS;
563 regs->cs = __USER32_CS;
H A Dia32entry.S140 pushq $__USER32_CS
305 movq $__USER32_CS,CS-ARGOFFSET(%rsp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprocess_64.c363 __USER32_CS, __USER32_DS, __USER32_DS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dfault.c517 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) && (address >> 32))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dcommon.c1048 wrmsrl(MSR_STAR, ((u64)__USER32_CS)<<48 | ((u64)__KERNEL_CS)<<32);

Completed in 164 milliseconds