Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dfpumacro.h14 struct fpustate { struct
18 #define FPUSTATE (struct fpustate *)(current_thread_info()->fpregs) argument
H A Dprocessor_64.h243 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap);
/openbmc/linux/arch/m68k/kernel/
H A Dprocess.c234 char fpustate[216]; in elf_core_copy_task_fpregs() local
237 asm volatile ("fsave %0" :: "m" (fpustate[0]) : "memory"); in elf_core_copy_task_fpregs()
238 if (!CPU_IS_060 ? !fpustate[0] : !fpustate[2]) in elf_core_copy_task_fpregs()
/openbmc/linux/arch/sparc/kernel/
H A Dvisemul.c220 static inline unsigned long fpd_regval(struct fpustate *f, in fpd_regval()
229 static inline unsigned long *fpd_regaddr(struct fpustate *f, in fpd_regaddr()
238 static inline unsigned int fps_regval(struct fpustate *f, in fps_regval()
244 static inline unsigned int *fps_regaddr(struct fpustate *f, in fps_regaddr()
424 struct fpustate *f = FPUSTATE; in bshuffle()
450 struct fpustate *f = FPUSTATE; in pdist()
479 struct fpustate *f = FPUSTATE; in pformat()
591 struct fpustate *f = FPUSTATE; in pmul()
707 struct fpustate *f = FPUSTATE; in pcmp()
H A Dunaligned_64.c441 struct fpustate *f = FPUSTATE; in handle_ldf_stq()
605 struct fpustate *f = FPUSTATE; in handle_lddfmna()
669 struct fpustate *f = FPUSTATE; in handle_stdfmna()
H A Dtraps_64.c2361 struct fpustate *f = FPUSTATE; in do_fpother()
2596 struct fpustate *f = FPUSTATE; in do_illegal_instruction()
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_64.c167 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap) in do_mathemu()