Home
last modified time | relevance | path

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

/linux/arch/x86/um/asm/
H 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)
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/arch/x86/um/
H 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()
/linux/arch/um/kernel/
H A Dasm-offsets.c33 DEFINE(UM_KERN_GDT_ENTRY_TLS_ENTRIES, GDT_ENTRY_TLS_ENTRIES); in foo()
/linux/arch/x86/kernel/
H A Dptrace.c1335 .n = GDT_ENTRY_TLS_ENTRIES,
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2484 memset(cur->thread.tls_array, 0, GDT_ENTRY_TLS_ENTRIES * 8); in cpu_init()