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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dsys_m68k.c62 return current_thread_info()->tp_value;
67 current_thread_info()->tp_value = tp;
H A Dptrace.c251 ret = put_user(task_thread_info(child)->tp_value,
H A Dprocess.c226 task_thread_info(p)->tp_value = regs->d5;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dthread_info_no.h40 unsigned long tp_value; /* thread pointer */ member in struct:thread_info
H A Dthread_info_mm.h19 unsigned long tp_value; /* thread pointer */ member in struct:thread_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dthread_info.h34 unsigned long tp_value; /* thread pointer */ member in struct:thread_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dthread_info.h28 unsigned long tp_value; /* thread pointer */ member in struct:thread_info
H A Dsystem.h90 write_c0_userlocal(current_thread_info()->tp_value); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dthread_info.h61 unsigned long tp_value; member in struct:thread_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dptrace32.c312 ret = put_user(task_thread_info(child)->tp_value,
317 ret = put_user(task_thread_info(child)->tp_value,
H A Dsyscall.c275 ti->tp_value = addr;
H A Dtraps.c342 field, current_thread_info()->tp_value);
347 if (tls != current_thread_info()->tp_value)
616 regs->regs[rt] = ti->tp_value;
H A Dprocess.c178 ti->tp_value = regs->regs[7];
H A Dptrace.c501 ret = put_user(task_thread_info(child)->tp_value,
H A Dasm-offsets.c94 OFFSET(TI_TP_VALUE, thread_info, tp_value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dsys_m68k.c476 return current_thread_info()->tp_value;
481 current_thread_info()->tp_value = tp;
H A Dprocess.c256 task_thread_info(p)->tp_value = regs->d5;
H A Dptrace.c249 ret = put_user(task_thread_info(child)->tp_value,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dasm-offsets.c51 DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value));
H A Dtraps.c526 thread->tp_value = regs->ARM_r0;
644 regs->uregs[reg] = current_thread_info()->tp_value;
H A Dprocess.c349 thread->tp_value = regs->ARM_r3;
H A Dasm-offsets.s130 ->TI_TP_VALUE #96 offsetof(struct thread_info, tp_value) @
H A Dptrace.c874 ret = put_user(task_thread_info(child)->tp_value,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dasm-offsets.c105 OFFSET(TI_TP_VALUE, thread_info, tp_value);

Completed in 269 milliseconds