Searched refs:copy_thread_tls (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | process_32.c | 132 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, in copy_thread_tls() function
|
D | process_64.c | 156 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, in copy_thread_tls() function
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2599 extern int copy_thread_tls(unsigned long, unsigned long, unsigned long, 2607 static inline int copy_thread_tls( in copy_thread_tls() function
|
/linux-4.4.14/arch/ |
D | Kconfig | 517 Architecture provides copy_thread_tls to accept tls argument via
|
/linux-4.4.14/kernel/ |
D | fork.c | 1456 retval = copy_thread_tls(clone_flags, stack_start, stack_size, p, tls); in copy_process()
|