GDT_ENTRY_TLS_ENTRIES  250 arch/x86/include/asm/desc.h 	for (i = 0; i < GDT_ENTRY_TLS_ENTRIES; i++)
GDT_ENTRY_TLS_ENTRIES  470 arch/x86/include/asm/processor.h 	struct desc_struct	tls_array[GDT_ENTRY_TLS_ENTRIES];
GDT_ENTRY_TLS_ENTRIES   72 arch/x86/include/asm/segment.h #define GDT_ENTRY_TLS_MAX 	(GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
GDT_ENTRY_TLS_ENTRIES  212 arch/x86/include/asm/segment.h #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES * 8)