Home
last modified time | relevance | path

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

/linux-6.3-rc2/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 ] = \
/linux-6.3-rc2/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.c1323 .n = GDT_ENTRY_TLS_ENTRIES,
/linux-6.3-rc2/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 Ddesc.h297 for (i = 0; i < GDT_ENTRY_TLS_ENTRIES; i++) in native_load_tls()
A Dprocessor.h416 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
/linux-6.3-rc2/arch/x86/um/
A Dtls_32.c68 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++) in get_free_idx()
383 host_gdt_entry_tls_min + GDT_ENTRY_TLS_ENTRIES); in __setup_host_supports_tls()
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dcommon.c2258 memset(cur->thread.tls_array, 0, GDT_ENTRY_TLS_ENTRIES * 8); in cpu_init()

Completed in 22 milliseconds