Lines Matching refs:fpu
57 memset(&target->thread.fpu.fpr, ~0, sizeof(target->thread.fpu.fpr)); in init_fp_ctx()
91 fcr31 = child->thread.fpu.fcr31; in ptrace_setfcr31()
93 child->thread.fpu.fcr31 = (value & ~mask) | (fcr31 & mask); in ptrace_setfcr31()
166 __put_user(child->thread.fpu.fcr31, data + 64); in ptrace_getfpregs()
452 if (sizeof(target->thread.fpu.fpr[i]) == sizeof(elf_fpreg_t)) in fpr_get()
454 &target->thread.fpu, in fpr_get()
458 fpr_val = get_fpr64(&target->thread.fpu.fpr[i], 0); in fpr_get()
482 if (sizeof(target->thread.fpu.fpr[i]) == sizeof(elf_fpreg_t)) in fpr_set()
484 &target->thread.fpu, in fpr_set()
493 set_fpr64(&target->thread.fpu.fpr[i], 0, fpr_val); in fpr_set()
650 tmp = child->thread.fpu.fcr31; in arch_ptrace()