Home
last modified time | relevance | path

Searched refs:fpframe (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/sys/arch/m68k/m68k/
H A Dfpu.c59 struct fpframe fpframe; in fpu_probe() local
93 __asm("fsave %0@" : : "a" (&fpframe) : "memory"); in fpu_probe()
95 b = fpframe.fpf_fsize; in fpu_probe()
100 fpframe.fpf_null = 0; in fpu_probe()
101 fpframe.fpf_idle.fpf_ccr = 0; in fpu_probe()
102 m68881_restore(&fpframe); in fpu_probe()
H A Dprocess_machdep.c78 static inline struct fpframe *
101 struct fpframe *frame = process_fpframe(l); in process_read_fpregs()
142 struct fpframe *frame = process_fpframe(l); in process_write_fpregs()
H A Dsig_machdep.c68 struct fpframe m68k_cached_fpu_idle_frame;
256 struct fpframe *fpf = &pcb->pcb_fpregs; in cpu_getmcontext()
367 struct fpframe *fpf = &pcb->pcb_fpregs; in cpu_setmcontext()
/netbsd-src/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 Dframe.h209 extern struct fpframe m68k_cached_fpu_idle_frame;
H A Dcpuframe.h149 struct fpframe { struct
/netbsd-src/sys/arch/sun2/sun2/
H A Dmachdep.h95 struct fpframe;
113 int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
H A Dgenassym.cf189 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
190 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
/netbsd-src/sys/arch/sun3/sun3/
H A Dmachdep.h94 struct fpframe;
115 int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
H A Dgenassym.cf186 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
187 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
/netbsd-src/sys/arch/amiga/amiga/
H A Dgenassym.cf170 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
171 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
172 define FPF_FPSR offsetof(struct fpframe, fpf_fpsr)
173 define FPF_FPI offsetof(struct fpframe, fpf_fpiar)
/netbsd-src/sys/arch/virt68k/virt68k/
H A Dgenassym.cf161 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
162 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
163 define FPF_FPSR offsetof(struct fpframe, fpf_fpsr)
164 define FPF_FPI offsetof(struct fpframe, fpf_fpiar)
/netbsd-src/sys/arch/cesfic/cesfic/
H A Dgenassym.cf170 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
171 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
172 define FPF_FPSR offsetof(struct fpframe, fpf_fpsr)
173 define FPF_FPI offsetof(struct fpframe, fpf_fpiar)
/netbsd-src/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) in fpu_emulate()
336 struct fpframe *fpf = fe->fe_fpframe; in fpu_emul_fmovmcr()
448 struct fpframe *fpf = fe->fe_fpframe; in fpu_emul_fmovm()
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Dgenassym.cf198 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
199 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
200 define FPF_FPSR offsetof(struct fpframe, fpf_fpsr)
201 define FPF_FPI offsetof(struct fpframe, fpf_fpiar)
/netbsd-src/sys/arch/x68k/x68k/
H A Dgenassym.cf196 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
197 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
198 define FPF_FPSR offsetof(struct fpframe, fpf_fpsr)
199 define FPF_FPI offsetof(struct fpframe, fpf_fpiar)
/netbsd-src/sys/arch/atari/atari/
H A Dgenassym.cf177 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
178 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
179 define FPF_FPSR offsetof(struct fpframe, fpf_fpsr)
180 define FPF_FPI offsetof(struct fpframe, fpf_fpiar)
/netbsd-src/sys/arch/news68k/news68k/
H A Dgenassym.cf198 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
199 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
200 define FPF_FPI offsetof(struct fpframe, fpf_fpiar)
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dgenassym.cf150 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
151 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dgenassym.cf191 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
192 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
/netbsd-src/sys/arch/next68k/next68k/
H A Dgenassym.cf193 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
194 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
/netbsd-src/sys/arch/sun3/sun3x/
H A Dgenassym.cf176 define FPF_REGS offsetof(struct fpframe, fpf_regs[0])
177 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)

12