Lines Matching refs:fpval
832 struct ia64_fpreg fpval; in ptrace_getregs() local
930 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs()
932 retval |= __copy_to_user(&ppr->fr[i], &fpval, sizeof (fpval)); in ptrace_getregs()
948 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs()
950 retval |= __copy_to_user(&ppr->fr[i], &fpval, sizeof (fpval)); in ptrace_getregs()
977 struct ia64_fpreg fpval; in ptrace_setregs() local
982 memset(&fpval, 0, sizeof(fpval)); in ptrace_setregs()
1066 retval |= __copy_from_user(&fpval, &ppr->fr[i], sizeof(fpval)); in ptrace_setregs()
1067 if (unw_set_fr(&info, i, fpval) < 0) in ptrace_setregs()
1084 retval |= __copy_from_user(&fpval, &ppr->fr[i], in ptrace_setregs()
1085 sizeof(fpval)); in ptrace_setregs()
1086 if (unw_set_fr(&info, i, fpval) < 0) in ptrace_setregs()