Searched refs:copy_thread_tls (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/sched/ |
D | task.h | 45 extern int copy_thread_tls(unsigned long, unsigned long, unsigned long, 53 static inline int copy_thread_tls( in copy_thread_tls() function
|
/Linux-v4.19/arch/s390/kernel/ |
D | process.c | 81 int copy_thread_tls(unsigned long clone_flags, unsigned long new_stackp, in copy_thread_tls() function
|
/Linux-v4.19/arch/x86/kernel/ |
D | process_32.c | 122 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, in copy_thread_tls() function
|
D | process_64.c | 289 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, in copy_thread_tls() function
|
/Linux-v4.19/arch/mips/kernel/ |
D | process.c | 121 int copy_thread_tls(unsigned long clone_flags, unsigned long usp, in copy_thread_tls() function
|
/Linux-v4.19/arch/ |
D | Kconfig | 657 Architecture provides copy_thread_tls to accept tls argument via
|
/Linux-v4.19/kernel/ |
D | fork.c | 1878 retval = copy_thread_tls(clone_flags, stack_start, stack_size, p, tls); in copy_process()
|