fpframe
struct fpframe *fpf = fe->fe_fpframe;
struct fpframe *fpf = fe->fe_fpframe;
fpu_emulate(struct frame *frame, struct fpframe *fpf, ksiginfo_t *ksi)
struct fpframe *fe_fpframe; /* FP registers, etc */
int fpu_emulate(struct frame *, struct fpframe *, ksiginfo_t *);
extern struct fpframe m68k_cached_fpu_idle_frame;
struct fpframe;
void m68881_save(struct fpframe *);
void m68881_restore(struct fpframe *);
struct fpframe pcb_fpregs; /* 68881/2 context save area */
struct fpframe ss_fpstate; /* 68881/68882 state info */
__asm volatile("fsave %0@" : : "a" (&fpframe) : "memory");
if (fpframe.fpf_fsize == 0x18) {
} else if (fpframe.fpf_fsize == 0x38) {
struct fpframe fpframe;
struct fpframe *frame = process_fpframe(l);
struct fpframe *frame = process_fpframe(l);
static inline struct fpframe *
struct fpframe *fpf = &pcb->pcb_fpregs;
struct fpframe *fpf = &pcb->pcb_fpregs;
struct fpframe m68k_cached_fpu_idle_frame;
int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
struct fpframe;
int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
struct fpframe;