Home
last modified time | relevance | path

Searched refs:fpu_ctx (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/intel/ia32/os/
H A Dfpu.c179 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()
H A Darchdep.c276 struct fpu_ctx *fpu = &lwp->lwp_pcb.pcb_fpu; in setfpregs()
331 struct fpu_ctx *fpu = &lwp->lwp_pcb.pcb_fpu; in getfpregs()
/titanic_44/usr/src/uts/intel/sys/
H A Darchsystm.h124 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 *);
H A Dpcb.h40 typedef struct fpu_ctx { struct
/titanic_44/usr/src/uts/i86pc/ml/
H A Doffsets.in168 fpu_ctx