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

  /src/sys/arch/sun2/sun2/
machdep.h 95 struct fpframe;
109 int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
  /src/sys/arch/m68k/m68k/
fpu.c 76 struct fpframe fpframe; local
121 __asm volatile("fsave %0@" : : "a" (&fpframe) : "memory");
122 if (fpframe.fpf_fsize == 0x18) {
124 } else if (fpframe.fpf_fsize == 0x38) {
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 67 struct fpframe m68k_cached_fpu_idle_frame;
255 struct fpframe *fpf = &pcb->pcb_fpregs;
366 struct fpframe *fpf = &pcb->pcb_fpregs;
  /src/sys/arch/m68k/include/
pcb.h 57 struct fpframe pcb_fpregs; /* 68881/2 context save area */
m68k.h 143 struct fpframe;
152 void m68881_save(struct fpframe *);
153 void m68881_restore(struct fpframe *);
signal.h 91 struct fpframe ss_fpstate; /* 68881/68882 state info */
cpuframe.h 156 struct fpframe { struct
frame.h 213 extern struct fpframe m68k_cached_fpu_idle_frame;
  /src/sys/arch/sun3/sun3/
machdep.h 94 struct fpframe;
113 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 19 milliseconds