Searched refs:GDT_ENTRY_TLS_ENTRIES (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dsegment.h6 #define GDT_ENTRY_TLS_ENTRIES 3 macro
8 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsegment.h70 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
207 #define GDT_ENTRY_TLS_ENTRIES 3 macro
208 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)
H A Ddesc.h249 for (i = 0; i < GDT_ENTRY_TLS_ENTRIES; i++)
H A Dprocessor.h430 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/asm/
H A Dprocessor.h25 struct uml_tls_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
32 .tls_array = { [ 0 ... GDT_ENTRY_TLS_ENTRIES - 1 ] = \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtls.c25 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++)
154 int n = GDT_ENTRY_TLS_ENTRIES;
166 if (pos > GDT_ENTRY_TLS_ENTRIES * sizeof(struct user_desc) ||
198 struct user_desc infobuf[GDT_ENTRY_TLS_ENTRIES];
201 if (pos > GDT_ENTRY_TLS_ENTRIES * sizeof(struct user_desc) ||
H A Dptrace.c1257 .n = GDT_ENTRY_TLS_ENTRIES, .bias = GDT_ENTRY_TLS_MIN,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dsegments.c208 __lgread(cpu, tls, gtls, sizeof(*tls)*GDT_ENTRY_TLS_ENTRIES);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dtls.c61 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++)
380 host_gdt_entry_tls_min + GDT_ENTRY_TLS_ENTRIES);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dcommon.c1166 memset(me->thread.tls_array, 0, GDT_ENTRY_TLS_ENTRIES * 8);

Completed in 109 milliseconds