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

/linux-4.1.27/arch/x86/um/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)
H A Dprocessor_32.h22 struct uml_tls_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
29 .tls_array = { [ 0 ... GDT_ENTRY_TLS_ENTRIES - 1 ] = \
/linux-4.1.27/arch/x86/kernel/
H A Dtls.c24 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++) get_free_idx()
204 int n = GDT_ENTRY_TLS_ENTRIES; regset_tls_active()
216 if (pos >= GDT_ENTRY_TLS_ENTRIES * sizeof(struct user_desc) || regset_tls_get()
248 struct user_desc infobuf[GDT_ENTRY_TLS_ENTRIES]; regset_tls_set()
252 if (pos >= GDT_ENTRY_TLS_ENTRIES * sizeof(struct user_desc) || regset_tls_set()
H A Dptrace.c1357 .n = GDT_ENTRY_TLS_ENTRIES, .bias = GDT_ENTRY_TLS_MIN,
/linux-4.1.27/arch/x86/include/asm/
H A Dsegment.h90 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
230 #define GDT_ENTRY_TLS_ENTRIES 3 macro
231 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES* 8)
H A Ddesc.h250 for (i = 0; i < GDT_ENTRY_TLS_ENTRIES; i++) native_load_tls()
H A Dprocessor.h493 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
/linux-4.1.27/arch/x86/um/
H A Dtls_32.c70 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++) get_free_idx()
390 host_gdt_entry_tls_min + GDT_ENTRY_TLS_ENTRIES); __setup_host_supports_tls()
/linux-4.1.27/drivers/lguest/
H A Dsegments.c214 __lgread(cpu, tls, gtls, sizeof(*tls)*GDT_ENTRY_TLS_ENTRIES); guest_load_tls()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dcommon.c1394 memset(me->thread.tls_array, 0, GDT_ENTRY_TLS_ENTRIES * 8); cpu_init()

Completed in 197 milliseconds