Searched refs:tp_value (Results 1 – 20 of 20) sorted by relevance
| /linux/arch/mips/kernel/ |
| H A D | pm.c | 52 write_c0_userlocal(current_thread_info()->tp_value); in mips_cpu_restore()
|
| H A D | ptrace32.c | 292 ret = put_user(task_thread_info(child)->tp_value, in compat_arch_ptrace() 297 ret = put_user(task_thread_info(child)->tp_value, in compat_arch_ptrace()
|
| H A D | syscall.c | 91 ti->tp_value = addr; in SYSCALL_DEFINE1()
|
| H A D | traps.c | 380 field, current_thread_info()->tp_value); in show_registers() 385 if (tls != current_thread_info()->tp_value) in show_registers() 665 regs->regs[rt] = ti->tp_value; in simulate_rdhwr()
|
| H A D | asm-offsets.c | 108 OFFSET(TI_TP_VALUE, thread_info, tp_value); in output_thread_info_defines()
|
| /linux/arch/m68k/include/asm/ |
| H A D | thread_info.h | 32 unsigned long tp_value; /* thread pointer */ member
|
| /linux/arch/arm64/kernel/ |
| H A D | sys_compat.c | 91 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
|
| H A D | process.c | 260 current->thread.uw.tp_value = 0; in tls_thread_flush() 487 p->thread.uw.tp_value = tls; in copy_thread() 535 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | thread_info.h | 26 unsigned long tp_value; /* thread pointer */ member
|
| /linux/arch/csky/include/asm/ |
| H A D | thread_info.h | 18 unsigned long tp_value; member
|
| /linux/arch/csky/kernel/ |
| H A D | process.c | 62 task_thread_info(p)->tp_value = childregs->tls in copy_thread()
|
| H A D | asm-offsets.c | 29 DEFINE(TINFO_TP_VALUE, offsetof(struct thread_info, tp_value)); in main()
|
| /linux/arch/m68k/kernel/ |
| H A D | sys_m68k.c | 571 return current_thread_info()->tp_value; in sys_get_thread_area() 576 current_thread_info()->tp_value = tp; in sys_set_thread_area()
|
| H A D | process.c | 180 task_thread_info(p)->tp_value = tls; in copy_thread()
|
| /linux/arch/arm/kernel/ |
| H A D | process.c | 272 thread->tp_value[0] = tls; in copy_thread() 273 thread->tp_value[1] = get_tpuser(); in copy_thread()
|
| H A D | asm-offsets.c | 54 DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value)); in main()
|
| /linux/arch/mips/include/asm/ |
| H A D | thread_info.h | 28 unsigned long tp_value; /* thread pointer */ member
|
| /linux/arch/arm/include/asm/ |
| H A D | tls.h | 79 thread->tp_value[0] = val; in set_tls()
|
| H A D | thread_info.h | 70 unsigned long tp_value[2]; /* TLS registers */ member
|
| /linux/arch/loongarch/kernel/ |
| H A D | asm-offsets.c | 88 OFFSET(TI_TP_VALUE, thread_info, tp_value); in output_thread_info_defines()
|