Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dprocess.c295 unsigned long tls = p->thread.tp_value; in copy_thread()
332 p->thread.tp_value = tls; in copy_thread()
345 current->thread.tp_value = tpidr; in tls_thread_switch()
350 tpidrro = next->thread.tp_value; in tls_thread_switch()
352 tpidr = next->thread.tp_value; in tls_thread_switch()
Dsys_compat.c81 current->thread.tp_value = regs->regs[0]; in compat_arm_syscall()
Dptrace.c533 unsigned long *tls = &target->thread.tp_value; in tls_get()
548 target->thread.tp_value = tls; in tls_set()
1022 ret = put_user((compat_ulong_t)child->thread.tp_value, in compat_arch_ptrace()
/arch/m68k/include/asm/
Dthread_info.h33 unsigned long tp_value; /* thread pointer */ member
/arch/score/include/asm/
Dthread_info.h33 unsigned long tp_value; /* thread pointer */ member
/arch/mips/include/asm/
Dswitch_to.h121 write_c0_userlocal(current_thread_info()->tp_value); \
Dthread_info.h29 unsigned long tp_value; /* thread pointer */ member
/arch/arm64/include/asm/
Dprocessor.h79 unsigned long tp_value; member
/arch/mips/kernel/
Dptrace32.c297 ret = put_user(task_thread_info(child)->tp_value, in compat_arch_ptrace()
302 ret = put_user(task_thread_info(child)->tp_value, in compat_arch_ptrace()
Dsyscall.c96 ti->tp_value = addr; in SYSCALL_DEFINE1()
Dprocess.c180 ti->tp_value = regs->regs[7]; in copy_thread()
Dtraps.c342 field, current_thread_info()->tp_value); in show_registers()
347 if (tls != current_thread_info()->tp_value) in show_registers()
643 regs->regs[rt] = ti->tp_value; in simulate_rdhwr()
Dptrace.c806 ret = put_user(task_thread_info(child)->tp_value, datalp); in arch_ptrace()
Dasm-offsets.c95 OFFSET(TI_TP_VALUE, thread_info, tp_value); in output_thread_info_defines()
/arch/arm/include/asm/
Dthread_info.h61 unsigned long tp_value; member
/arch/m68k/kernel/
Dsys_m68k.c554 return current_thread_info()->tp_value; in sys_get_thread_area()
559 current_thread_info()->tp_value = tp; in sys_set_thread_area()
Dprocess.c168 task_thread_info(p)->tp_value = frame->regs.d5; in copy_thread()
Dptrace.c261 ret = put_user(task_thread_info(child)->tp_value, datap); in arch_ptrace()
/arch/arm/kernel/
Dtraps.c582 thread->tp_value = regs->ARM_r0; in arm_syscall()
700 regs->uregs[reg] = current_thread_info()->tp_value; in get_tp_trap()
Dasm-offsets.c63 DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value)); in main()
Dprocess.c504 thread->tp_value = childregs->ARM_r3; in copy_thread()
Dptrace.c852 ret = put_user(task_thread_info(child)->tp_value, in arch_ptrace()
/arch/score/kernel/
Dasm-offsets.c105 OFFSET(TI_TP_VALUE, thread_info, tp_value); in output_thread_info_defines()