Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/um/
Dtls_32.c20 static int host_supports_tls = -1; variable
189 if (!host_supports_tls) in arch_switch_tls()
284 if (!host_supports_tls) in SYSCALL_DEFINE1()
318 if (!host_supports_tls) in ptrace_set_thread_area()
332 if (!host_supports_tls) in SYSCALL_DEFINE1()
358 if (!host_supports_tls) in ptrace_get_thread_area()
377 check_host_supports_tls(&host_supports_tls, &host_gdt_entry_tls_min); in __setup_host_supports_tls()
378 if (host_supports_tls) { in __setup_host_supports_tls()