Home
last modified time | relevance | path

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

/linux/arch/x86/um/
H A Dtls_32.c22 static int host_supports_tls = -1; variable
183 if (!host_supports_tls) in arch_switch_tls()
272 if (!host_supports_tls) in SYSCALL_DEFINE1()
306 if (!host_supports_tls) in ptrace_set_thread_area()
320 if (!host_supports_tls) in SYSCALL_DEFINE1()
346 if (!host_supports_tls) in ptrace_get_thread_area()
365 check_host_supports_tls(&host_supports_tls, &host_gdt_entry_tls_min); in __setup_host_supports_tls()
366 if (host_supports_tls) { in __setup_host_supports_tls()