Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dprocessor.h158 unsigned long tp_value; /* TLS register */ member
266 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
283 __tls = &(t)->thread.uw.tp_value; \
287 #define task_user_tls(t) (&(t)->thread.uw.tp_value)
/linux/arch/csky/kernel/
H A Dsyscall.c12 ti->tp_value = addr; in SYSCALL_DEFINE1()
H A Dprocess.c62 task_thread_info(p)->tp_value = childregs->tls in copy_thread()
H A Dptrace.c84 regs->tls = task_thread_info(target)->tp_value; in gpr_get()
106 task_thread_info(target)->tp_value = regs.tls; in gpr_set()
H A Dasm-offsets.c28 DEFINE(TINFO_TP_VALUE, offsetof(struct thread_info, tp_value)); in main()
/linux/arch/mips/kernel/
H A Dpm.c52 write_c0_userlocal(current_thread_info()->tp_value); in mips_cpu_restore()
H A Dptrace32.c292 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 Dsyscall.c91 ti->tp_value = addr; in SYSCALL_DEFINE1()
H A Dtraps.c380 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 Dprocess.c172 ti->tp_value = tls; in copy_thread()
H A Dasm-offsets.c106 OFFSET(TI_TP_VALUE, thread_info, tp_value); in output_thread_info_defines()
H A Dptrace.c1299 ret = put_user(task_thread_info(child)->tp_value, datalp); in arch_ptrace()
/linux/arch/m68k/include/asm/
H A Dthread_info.h32 unsigned long tp_value; /* thread pointer */ member
/linux/arch/arm64/kernel/
H A Dsys_compat.c91 current->thread.uw.tp_value = regs->regs[0]; in compat_arm_syscall()
H A Dprocess.c258 current->thread.uw.tp_value = 0; in tls_thread_flush()
484 p->thread.uw.tp_value = tls; in copy_thread()
532 write_sysreg(next->thread.uw.tp_value, tpidrro_el0); in tls_thread_switch()
/linux/arch/csky/include/asm/
H A Dthread_info.h18 unsigned long tp_value; member
/linux/arch/mips/include/asm/
H A Dswitch_to.h137 write_c0_userlocal(task_thread_info(next)->tp_value); \
H A Dthread_info.h28 unsigned long tp_value; /* thread pointer */ member
/linux/arch/arm/include/asm/
H A Dtls.h79 thread->tp_value[0] = val; in set_tls()
H A Dthread_info.h70 unsigned long tp_value[2]; /* TLS registers */ member
/linux/arch/m68k/kernel/
H A Dptrace.c264 ret = put_user(task_thread_info(child)->tp_value, datap); in arch_ptrace()
/linux/arch/arm/kernel/
H A Dasm-offsets.c52 DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value)); in main()
H A Dtraps.c655 return current_thread_info()->tp_value[0]; in arm_syscall()
703 regs->uregs[reg] = current_thread_info()->tp_value[0]; in get_tp_trap()
/linux/arch/loongarch/kernel/
H A Dasm-offsets.c86 OFFSET(TI_TP_VALUE, thread_info, tp_value); in output_thread_info_defines()