Searched defs:copy_thread_tls (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/x86/kernel/ |
D | process_32.c | 115 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, in copy_thread_tls() function
|
D | process_64.c | 374 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, in copy_thread_tls() function
|
/Linux-v5.4/arch/s390/kernel/ |
D | process.c | 82 int copy_thread_tls(unsigned long clone_flags, unsigned long new_stackp, in copy_thread_tls() function
|
/Linux-v5.4/include/linux/sched/ |
D | task.h | 70 static inline int copy_thread_tls( in copy_thread_tls() function
|
/Linux-v5.4/arch/mips/kernel/ |
D | process.c | 121 int copy_thread_tls(unsigned long clone_flags, unsigned long usp, in copy_thread_tls() function
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | process.c | 1590 int copy_thread_tls(unsigned long clone_flags, unsigned long usp, in copy_thread_tls() function
|