Searched refs:fpu_ctx (Results 1 – 5 of 5) sorted by relevance
179 struct fpu_ctx *fp; /* parent fpu context */ in fp_new_lwp()180 struct fpu_ctx *cfp; /* new fpu context */ in fp_new_lwp()266 fp_free(struct fpu_ctx *fp, int isexec) in fp_free()294 fp_save(struct fpu_ctx *fp) in fp_save()334 fp_restore(struct fpu_ctx *fp) in fp_restore()367 struct fpu_ctx *fp = &ttolwp(curthread)->lwp_pcb.pcb_fpu; in fp_seed()409 struct fpu_ctx *fp = &ttolwp(curthread)->lwp_pcb.pcb_fpu; in fpnoextflt()699 struct fpu_ctx *fp = &curthread->t_lwp->lwp_pcb.pcb_fpu; in fpsetcw()
276 struct fpu_ctx *fpu = &lwp->lwp_pcb.pcb_fpu; in setfpregs()331 struct fpu_ctx *fpu = &lwp->lwp_pcb.pcb_fpu; in getfpregs()
124 struct fpu_ctx;126 extern void fp_free(struct fpu_ctx *, int);127 extern void fp_save(struct fpu_ctx *);128 extern void fp_restore(struct fpu_ctx *);
40 typedef struct fpu_ctx { struct
168 fpu_ctx