Searched refs:copy_thread_tls (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
H A D | process_32.c | 132 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, copy_thread_tls() function
|
H A D | process_64.c | 156 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, copy_thread_tls() function
|
/linux-4.4.14/include/linux/ |
H A D | sched.h | 2599 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 D | fork.c | 1456 retval = copy_thread_tls(clone_flags, stack_start, stack_size, p, tls); copy_process()
|
Completed in 190 milliseconds