Searched refs:GS_TLS_SEL (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsegment.h178 #define GS_TLS_SEL ((GDT_ENTRY_TLS_MIN+GS_TLS)*8 + 3) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprocess_64.c568 load_gs_index(GS_TLS_SEL);
570 task->thread.gsindex = GS_TLS_SEL;
624 if (task->thread.gsindex == GS_TLS_SEL)
H A Dptrace.c308 if ((value == GS_TLS_SEL && task->thread.gsindex == 0 &&
310 (value == 0 && task->thread.gsindex == GS_TLS_SEL &&
468 if (seg != GS_TLS_SEL)

Completed in 49 milliseconds