Home
last modified time | relevance | path

Searched refs:fpval (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c771 struct ia64_fpreg fpval; in ptrace_getregs() local
869 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs()
871 retval |= __copy_to_user(&ppr->fr[i], &fpval, sizeof (fpval)); in ptrace_getregs()
887 if (unw_get_fr(&info, i, &fpval) < 0) in ptrace_getregs()
889 retval |= __copy_to_user(&ppr->fr[i], &fpval, sizeof (fpval)); in ptrace_getregs()
916 struct ia64_fpreg fpval; in ptrace_setregs() local
921 memset(&fpval, 0, sizeof(fpval)); in ptrace_setregs()
1005 retval |= __copy_from_user(&fpval, &ppr->fr[i], sizeof(fpval)); in ptrace_setregs()
1006 if (unw_set_fr(&info, i, fpval) < 0) in ptrace_setregs()
1024 sizeof(fpval)); in ptrace_setregs()
[all …]
H A Dunaligned.c520 setfpreg (unsigned long regnum, struct ia64_fpreg *fpval, struct pt_regs *regs) in setfpreg() argument
538 current->thread.fph[fph_index(regs, regnum)] = *fpval; in setfpreg()
552 *(struct ia64_fpreg *)addr = *fpval; in setfpreg()
581 getfpreg (unsigned long regnum, struct ia64_fpreg *fpval, struct pt_regs *regs) in getfpreg() argument
597 *fpval = current->thread.fph[fph_index(regs, regnum)]; in getfpreg()
605 float_spill_f0(fpval); in getfpreg()
608 float_spill_f1(fpval); in getfpreg()
621 *fpval = *(struct ia64_fpreg *)addr; in getfpreg()
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c543 hv_simd_fp_uchar16_t fpval; in hvf_get_registers() local
554 &fpval); in hvf_get_registers()
555 memcpy((void *)env + hvf_fpreg_match[i].offset, &fpval, sizeof(fpval)); in hvf_get_registers()
682 hv_simd_fp_uchar16_t fpval; in hvf_put_registers() local
692 memcpy(&fpval, (void *)env + hvf_fpreg_match[i].offset, sizeof(fpval)); in hvf_put_registers()
694 fpval); in hvf_put_registers()