HomeSort by: relevance | last modified time | path
    Searched refs:fpframe (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/m68k/m68k/
fpu.c 59 struct fpframe fpframe; local in function:fpu_probe
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);
process_machdep.c 78 static inline struct fpframe *
101 struct fpframe *frame = process_fpframe(l);
142 struct fpframe *frame = process_fpframe(l);
sig_machdep.c 68 struct fpframe m68k_cached_fpu_idle_frame;
256 struct fpframe *fpf = &pcb->pcb_fpregs;
367 struct fpframe *fpf = &pcb->pcb_fpregs;
  /src/sys/arch/m68k/include/
m68k.h 99 struct fpframe;
108 void m68881_save(struct fpframe *);
109 void m68881_restore(struct fpframe *);
pcb.h 57 struct fpframe pcb_fpregs; /* 68881/2 context save area */
signal.h 91 struct fpframe ss_fpstate; /* 68881/68882 state info */
cpuframe.h 149 struct fpframe { struct
frame.h 209 extern struct fpframe m68k_cached_fpu_idle_frame;
  /src/sys/arch/sun2/sun2/
machdep.h 95 struct fpframe;
113 int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
  /src/sys/arch/sun3/sun3/
machdep.h 94 struct fpframe;
115 int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
  /src/sys/arch/m68k/fpe/
fpu_emulate.h 148 struct fpframe *fe_fpframe; /* FP registers, etc */
246 int fpu_emulate(struct frame *, struct fpframe *, ksiginfo_t *);
fpu_emulate.c 87 fpu_emulate(struct frame *frame, struct fpframe *fpf, ksiginfo_t *ksi)
336 struct fpframe *fpf = fe->fe_fpframe;
448 struct fpframe *fpf = fe->fe_fpframe;

Completed in 46 milliseconds