Searched refs:copy_thread_tls (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
H A Dprocess_32.c132 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, copy_thread_tls() function
H A Dprocess_64.c156 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, copy_thread_tls() function
/linux-4.4.14/include/linux/
H A Dsched.h2599 extern int copy_thread_tls(unsigned long, unsigned long, unsigned long,
2605 /* Architectures that haven't opted into copy_thread_tls get the tls argument
2607 static inline int copy_thread_tls( copy_thread_tls() function
/linux-4.4.14/kernel/
H A Dfork.c1456 retval = copy_thread_tls(clone_flags, stack_start, stack_size, p, tls); copy_process()

Completed in 190 milliseconds