Home
last modified time | relevance | path

Searched refs:tp_value (Results 1 – 13 of 13) sorted by relevance

/arch/mips/kernel/
Dptrace32.c313 ret = put_user(task_thread_info(child)->tp_value, in compat_arch_ptrace()
318 ret = put_user(task_thread_info(child)->tp_value, in compat_arch_ptrace()
Dprocess.c162 ti->tp_value = regs->regs[7]; in copy_thread()
Dtraps.c340 field, current_thread_info()->tp_value); in show_registers()
345 if (tls != current_thread_info()->tp_value) in show_registers()
603 regs->regs[rt] = ti->tp_value; in simulate_rdhwr()
Dsyscall.c286 ti->tp_value = addr; in SYSCALL_DEFINE1()
Dptrace.c527 ret = put_user(task_thread_info(child)->tp_value, in arch_ptrace()
Dasm-offsets.c93 OFFSET(TI_TP_VALUE, thread_info, tp_value); in output_thread_info_defines()
/arch/mips/include/asm/
Dthread_info.h28 unsigned long tp_value; /* thread pointer */ member
Dsystem.h79 write_c0_userlocal(current_thread_info()->tp_value); \
/arch/arm/include/asm/
Dthread_info.h61 unsigned long tp_value; member
/arch/arm/kernel/
Dasm-offsets.c52 DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value)); in main()
Dtraps.c482 thread->tp_value = regs->ARM_r0; in arm_syscall()
597 regs->uregs[reg] = current_thread_info()->tp_value; in get_tp_trap()
Dprocess.c391 thread->tp_value = regs->ARM_r3; in copy_thread()
Dptrace.c807 ret = put_user(task_thread_info(child)->tp_value, in arch_ptrace()