Home
last modified time | relevance | path

Searched refs:host_gdt_entry_tls_min (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/um/asm/
H A Dsegment.h5 extern int host_gdt_entry_tls_min;
8 #define GDT_ENTRY_TLS_MIN host_gdt_entry_tls_min
/linux-6.15/arch/x86/um/
H A Dtls_32.c22 int host_gdt_entry_tls_min; variable
353 check_host_supports_tls(&host_supports_tls, &host_gdt_entry_tls_min); in __setup_host_supports_tls()
357 switch (host_gdt_entry_tls_min) { in __setup_host_supports_tls()
366 host_gdt_entry_tls_min, in __setup_host_supports_tls()
367 host_gdt_entry_tls_min + GDT_ENTRY_TLS_ENTRIES); in __setup_host_supports_tls()