Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dsegment.h180 #define GS_TLS_SEL ((GDT_ENTRY_TLS_MIN+GS_TLS)*8 + 3) macro
/linux-2.6.39/arch/x86/kernel/
Dprocess_64.c572 load_gs_index(GS_TLS_SEL); in do_arch_prctl()
574 task->thread.gsindex = GS_TLS_SEL; in do_arch_prctl()
628 if (task->thread.gsindex == GS_TLS_SEL) in do_arch_prctl()
Dptrace.c308 if ((value == GS_TLS_SEL && task->thread.gsindex == 0 && in set_segment_reg()
310 (value == 0 && task->thread.gsindex == GS_TLS_SEL && in set_segment_reg()
468 if (seg != GS_TLS_SEL) in getreg()