Lines Matching refs:fpval
828 struct ia64_fpreg fpval; in ptrace_getregs() local
926 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs()
928 retval |= __copy_to_user(&ppr->fr[i], &fpval, sizeof (fpval)); in ptrace_getregs()
944 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs()
946 retval |= __copy_to_user(&ppr->fr[i], &fpval, sizeof (fpval)); in ptrace_getregs()
973 struct ia64_fpreg fpval; in ptrace_setregs() local
978 memset(&fpval, 0, sizeof(fpval)); in ptrace_setregs()
1062 retval |= __copy_from_user(&fpval, &ppr->fr[i], sizeof(fpval)); in ptrace_setregs()
1063 if (unw_set_fr(&info, i, fpval) < 0) in ptrace_setregs()
1080 retval |= __copy_from_user(&fpval, &ppr->fr[i], in ptrace_setregs()
1081 sizeof(fpval)); in ptrace_setregs()
1082 if (unw_set_fr(&info, i, fpval) < 0) in ptrace_setregs()