Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/um/
H A Dtls_32.c21 static int host_supports_tls = -1; variable
171 if (!host_supports_tls) in arch_switch_tls()
260 if (!host_supports_tls) in SYSCALL_DEFINE1()
294 if (!host_supports_tls) in ptrace_set_thread_area()
308 if (!host_supports_tls) in SYSCALL_DEFINE1()
334 if (!host_supports_tls) in ptrace_get_thread_area()
353 check_host_supports_tls(&host_supports_tls, &host_gdt_entry_tls_min); in __setup_host_supports_tls()
354 if (host_supports_tls) { in __setup_host_supports_tls()