Searched refs:fpframe (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/m68k/m68k/
H A Dfpu.c59 struct fpframe fpframe; local
93 __asm("fsave %0@" : : "a" (&fpframe) : "memory");
95 b = fpframe.fpf_fsize;
100 fpframe.fpf_null = 0;
101 fpframe.fpf_idle.fpf_ccr = 0;
102 m68881_restore(&fpframe);
H A Dprocess_machdep.c78 static inline struct fpframe *
101 struct fpframe *frame = process_fpframe(l);
142 struct fpframe *frame = process_fpframe(l);
H A Dsig_machdep.c68 struct fpframe m68k_cached_fpu_idle_frame;
256 struct fpframe *fpf = &pcb->pcb_fpregs;
367 struct fpframe *fpf = &pcb->pcb_fpregs;
/netbsd-current/sys/arch/m68k/include/
H A Dm68k.h99 struct fpframe;
108 void m68881_save(struct fpframe *);
109 void m68881_restore(struct fpframe *);
H A Dpcb.h57 struct fpframe pcb_fpregs; /* 68881/2 context save area */
H A Dsignal.h91 struct fpframe ss_fpstate; /* 68881/68882 state info */
H A Dcpuframe.h149 struct fpframe { struct
H A Dframe.h209 extern struct fpframe m68k_cached_fpu_idle_frame;
/netbsd-current/sys/arch/sun2/sun2/
H A Dmachdep.h95 struct fpframe;
113 int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
/netbsd-current/sys/arch/sun3/sun3/
H A Dmachdep.h94 struct fpframe;
115 int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_emulate.h148 struct fpframe *fe_fpframe; /* FP registers, etc */
246 int fpu_emulate(struct frame *, struct fpframe *, ksiginfo_t *);
H A Dfpu_emulate.c87 fpu_emulate(struct frame *frame, struct fpframe *fpf, ksiginfo_t *ksi)
328 struct fpframe *fpf = fe->fe_fpframe;
418 struct fpframe *fpf = fe->fe_fpframe;

Completed in 323 milliseconds