Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dfpumacro.h13 struct fpustate { struct
17 #define FPUSTATE (struct fpustate *)(current_thread_info()->fpregs) argument
Dprocessor_64.h257 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap);
/arch/m68k/kernel/
Dprocess.c209 char fpustate[216]; in dump_fpu() local
226 asm volatile ("fsave %0" :: "m" (fpustate[0]) : "memory"); in dump_fpu()
227 if (!CPU_IS_060 ? !fpustate[0] : !fpustate[2]) in dump_fpu()
/arch/sparc/kernel/
Dvisemul.c219 static inline unsigned long fpd_regval(struct fpustate *f, in fpd_regval()
228 static inline unsigned long *fpd_regaddr(struct fpustate *f, in fpd_regaddr()
237 static inline unsigned int fps_regval(struct fpustate *f, in fps_regval()
243 static inline unsigned int *fps_regaddr(struct fpustate *f, in fps_regaddr()
423 struct fpustate *f = FPUSTATE; in bshuffle()
449 struct fpustate *f = FPUSTATE; in pdist()
478 struct fpustate *f = FPUSTATE; in pformat()
590 struct fpustate *f = FPUSTATE; in pmul()
706 struct fpustate *f = FPUSTATE; in pcmp()
Dunaligned_64.c440 struct fpustate *f = FPUSTATE; in handle_ldf_stq()
604 struct fpustate *f = FPUSTATE; in handle_lddfmna()
668 struct fpustate *f = FPUSTATE; in handle_stdfmna()
Dtraps_64.c2220 struct fpustate *f = FPUSTATE; in do_fpother()
2469 struct fpustate *f = FPUSTATE; in do_illegal_instruction()
/arch/sparc/math-emu/
Dmath_64.c166 int do_mathemu(struct pt_regs *regs, struct fpustate *f, bool illegal_insn_trap) in do_mathemu()