Searched refs:FS_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.h179 #define FS_TLS_SEL ((GDT_ENTRY_TLS_MIN+FS_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.c594 loadsegment(fs, FS_TLS_SEL);
596 task->thread.fsindex = FS_TLS_SEL;
612 if (task->thread.fsindex == FS_TLS_SEL)
H A Dptrace.c294 if ((value == FS_TLS_SEL && task->thread.fsindex == 0 &&
296 (value == 0 && task->thread.fsindex == FS_TLS_SEL &&
455 if (seg != FS_TLS_SEL)

Completed in 49 milliseconds