Home
last modified time | relevance | path

Searched refs:float_regs (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dsigutil_32.c21 fpsave(&current->thread.float_regs[0], &current->thread.fsr, in save_fpu_state()
29 fpsave(&current->thread.float_regs[0], &current->thread.fsr, in save_fpu_state()
36 &current->thread.float_regs[0], in save_fpu_state()
71 err = __copy_from_user(&current->thread.float_regs[0], &fpu->si_float_regs[0], in restore_fpu_state()
H A Dtraps_32.c171 fpsave(&fptask->thread.float_regs[0], &fptask->thread.fsr, in do_fpd_trap()
176 fpload(&current->thread.float_regs[0], &current->thread.fsr); in do_fpd_trap()
187 fpload(&current->thread.float_regs[0], &current->thread.fsr); in do_fpd_trap()
224 fpsave(&fpt->thread.float_regs[0], &fpt->thread.fsr,
255 fpload(&current->thread.float_regs[0], &current->thread.fsr);
H A Dptrace_32.c175 membuf_write(&to, target->thread.float_regs, 32 * sizeof(u32)); in fpregs32_get()
187 unsigned long *fpregs = target->thread.float_regs; in fpregs32_set()
295 membuf_write(&to, &target->thread.float_regs, 32 * sizeof(u32)); in getfpregs_get()
305 unsigned long *fpregs = target->thread.float_regs; in setfpregs_set()
H A Dprocess_32.c186 fpsave(&tsk->thread.float_regs[0], &tsk->thread.fsr,
207 fpsave(&current->thread.float_regs[0], &current->thread.fsr,
276 fpsave(&p->thread.float_regs[0], &p->thread.fsr,
/openbmc/linux/arch/sparc/include/asm/
H A Dswitch_to_32.h21 fpsave(&(prv)->thread.float_regs[0], &(prv)->thread.fsr, \
H A Dprocessor_32.h45 unsigned long float_regs[32] __attribute__ ((aligned (8))); member
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c183 retcode = do_one_mathemu(insn, &fpt->thread.fsr, fpt->thread.float_regs); in do_mathemu()
195 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs); in do_mathemu()