Searched defs:tls (Results 1 – 20 of 20) sorted by relevance
/arch/x86/um/ |
D | tls_64.c | 9 int arch_set_tls(struct task_struct *t, unsigned long tls) in arch_set_tls()
|
D | tls_32.c | 215 int arch_set_tls(struct task_struct *new, unsigned long tls) in arch_set_tls()
|
/arch/riscv/kernel/ |
D | process.c | 103 unsigned long arg, struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
/arch/x86/um/asm/ |
D | processor_32.h | 16 struct user_desc tls; member
|
/arch/csky/kernel/ |
D | process.c | 41 unsigned long tls) in copy_thread_tls()
|
/arch/xtensa/kernel/ |
D | process.c | 207 unsigned long tls) in copy_thread_tls()
|
/arch/x86/kernel/ |
D | process_32.c | 116 unsigned long arg, struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
D | tls.c | 262 const struct desc_struct *tls; in regset_tls_get() local
|
D | process_64.c | 375 unsigned long arg, struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
/arch/csky/include/uapi/asm/ |
D | ptrace.h | 10 unsigned long tls; member
|
/arch/s390/kernel/ |
D | process.c | 95 unsigned long arg, struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
/arch/arc/kernel/ |
D | process.c | 175 unsigned long kthread_arg, struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
/arch/parisc/kernel/ |
D | process.c | 217 unsigned long kthread_arg, struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
/arch/arm64/kernel/ |
D | process.c | 363 unsigned long stk_sz, struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
D | ptrace.c | 706 unsigned long *tls = &target->thread.uw.tp_value; in tls_get() local 719 unsigned long tls = target->thread.uw.tp_value; in tls_set() local 1427 compat_ulong_t tls = (compat_ulong_t)target->thread.uw.tp_value; in compat_tls_get() local 1437 compat_ulong_t tls = target->thread.uw.tp_value; in compat_tls_set() local
|
/arch/arm/kernel/ |
D | process.c | 228 unsigned long stk_sz, struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
/arch/um/kernel/ |
D | process.c | 157 unsigned long arg, struct task_struct * p, unsigned long tls) in copy_thread_tls()
|
/arch/mips/kernel/ |
D | process.c | 122 unsigned long kthread_arg, struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
D | traps.c | 369 unsigned long tls; in show_registers() local
|
/arch/powerpc/kernel/ |
D | process.c | 1594 unsigned long tls) in copy_thread_tls()
|