Lines Matching refs:thread
58 memset(&target->thread.fpu.fpr, ~0, sizeof(target->thread.fpu.fpr)); in init_fp_ctx()
92 fcr31 = child->thread.fpu.fcr31; in ptrace_setfcr31()
94 child->thread.fpu.fcr31 = (value & ~mask) | (fcr31 & mask); in ptrace_setfcr31()
167 __put_user(child->thread.fpu.fcr31, data + 64); in ptrace_getfpregs()
222 __put_user(child->thread.watch.mips3264.watchlo[i], in ptrace_get_watch_regs()
224 __put_user(child->thread.watch.mips3264.watchhi[i] & 0xfff, in ptrace_get_watch_regs()
273 child->thread.watch.mips3264.watchlo[i] = lt[i]; in ptrace_set_watch_regs()
275 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
453 if (sizeof(target->thread.fpu.fpr[i]) == sizeof(elf_fpreg_t)) in fpr_get()
455 &target->thread.fpu, in fpr_get()
459 fpr_val = get_fpr64(&target->thread.fpu.fpr[i], 0); in fpr_get()
483 if (sizeof(target->thread.fpu.fpr[i]) == sizeof(elf_fpreg_t)) in fpr_set()
485 &target->thread.fpu, in fpr_set()
494 set_fpr64(&target->thread.fpu.fpr[i], 0, fpr_val); in fpr_set()
738 tmp = child->thread.fpu.fcr31; in arch_ptrace()
762 tmp = child->thread.dsp.dspcontrol; in arch_ptrace()
841 child->thread.dsp.dspcontrol = data; in arch_ptrace()