Home
last modified time | relevance | path

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

/arch/x86/um/asm/
A Dsegment.h7 #define GDT_ENTRY_TLS_ENTRIES 3 macro
9 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
A Dprocessor_32.h22 struct uml_tls_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
29 .tls_array = { [ 0 ... GDT_ENTRY_TLS_ENTRIES - 1 ] = \
/arch/x86/include/asm/
A Dsegment.h105 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
229 #define GDT_ENTRY_TLS_ENTRIES 3 macro
230 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES* 8)
A Dprocessor.h450 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
A Ddesc.h297 for (i = 0; i < GDT_ENTRY_TLS_ENTRIES; i++) in native_load_tls()
/arch/x86/kernel/
A Dtls.c27 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++) in get_free_idx()
247 int n = GDT_ENTRY_TLS_ENTRIES; in regset_tls_active()
271 struct user_desc infobuf[GDT_ENTRY_TLS_ENTRIES]; in regset_tls_set()
275 if (pos >= GDT_ENTRY_TLS_ENTRIES * sizeof(struct user_desc) || in regset_tls_set()
A Dptrace.c1335 .n = GDT_ENTRY_TLS_ENTRIES,
/arch/um/include/shared/
A Dcommon-offsets.h18 DEFINE(UM_KERN_GDT_ENTRY_TLS_ENTRIES, GDT_ENTRY_TLS_ENTRIES);
/arch/x86/um/
A Dtls_32.c30 info->entry_number >= host_gdt_entry_tls_min + GDT_ENTRY_TLS_ENTRIES) in do_set_thread_area()
65 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++) in get_free_idx()
379 host_gdt_entry_tls_min + GDT_ENTRY_TLS_ENTRIES); in __setup_host_supports_tls()
/arch/x86/kernel/cpu/
A Dcommon.c2403 memset(cur->thread.tls_array, 0, GDT_ENTRY_TLS_ENTRIES * 8); in cpu_init()

Completed in 19 milliseconds