/netbsd-src/sys/arch/m68k/m68k/ |
H A D | fpu.c | 59 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 D | process_machdep.c | 78 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 D | sig_machdep.c | 68 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 D | m68k.h | 99 struct fpframe; 108 void m68881_save(struct fpframe *); 109 void m68881_restore(struct fpframe *);
|
H A D | pcb.h | 57 struct fpframe pcb_fpregs; /* 68881/2 context save area */
|
H A D | signal.h | 91 struct fpframe ss_fpstate; /* 68881/68882 state info */
|
H A D | frame.h | 209 extern struct fpframe m68k_cached_fpu_idle_frame;
|
H A D | cpuframe.h | 149 struct fpframe { struct
|
/netbsd-src/sys/arch/sun2/sun2/ |
H A D | machdep.h | 95 struct fpframe; 113 int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
|
H A D | genassym.cf | 189 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 D | machdep.h | 94 struct fpframe; 115 int fpu_emulate(struct trapframe *, struct fpframe *, ksiginfo_t *);
|
H A D | genassym.cf | 186 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 D | genassym.cf | 170 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 D | genassym.cf | 161 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 D | genassym.cf | 170 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 D | fpu_emulate.h | 148 struct fpframe *fe_fpframe; /* FP registers, etc */ 246 int fpu_emulate(struct frame *, struct fpframe *, ksiginfo_t *);
|
H A D | fpu_emulate.c | 87 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 D | genassym.cf | 198 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 D | genassym.cf | 196 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 D | genassym.cf | 177 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 D | genassym.cf | 198 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 D | genassym.cf | 150 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 D | genassym.cf | 191 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 D | genassym.cf | 193 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 D | genassym.cf | 176 define FPF_REGS offsetof(struct fpframe, fpf_regs[0]) 177 define FPF_FPCR offsetof(struct fpframe, fpf_fpcr)
|