Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/um/asm/
Dsegment.h7 #define GDT_ENTRY_TLS_ENTRIES 3 macro
9 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
Dprocessor_32.h22 struct uml_tls_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
29 .tls_array = { [ 0 ... GDT_ENTRY_TLS_ENTRIES - 1 ] = \
/Linux-v5.15/arch/x86/kernel/
Dtls.c26 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++) in get_free_idx()
246 int n = GDT_ENTRY_TLS_ENTRIES; in regset_tls_active()
270 struct user_desc infobuf[GDT_ENTRY_TLS_ENTRIES]; in regset_tls_set()
274 if (pos >= GDT_ENTRY_TLS_ENTRIES * sizeof(struct user_desc) || in regset_tls_set()
Dptrace.c1286 .n = GDT_ENTRY_TLS_ENTRIES, .bias = GDT_ENTRY_TLS_MIN,
/Linux-v5.15/arch/x86/include/asm/
Dsegment.h104 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
225 #define GDT_ENTRY_TLS_ENTRIES 3 macro
226 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES* 8)
Ddesc.h297 for (i = 0; i < GDT_ENTRY_TLS_ENTRIES; i++) in native_load_tls()
Dprocessor.h471 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
/Linux-v5.15/arch/x86/um/
Dtls_32.c71 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++) in get_free_idx()
389 host_gdt_entry_tls_min + GDT_ENTRY_TLS_ENTRIES); in __setup_host_supports_tls()
/Linux-v5.15/arch/x86/kernel/cpu/
Dcommon.c1983 memset(cur->thread.tls_array, 0, GDT_ENTRY_TLS_ENTRIES * 8); in cpu_init()