Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Darchsystm.h125 struct fpu_ctx;
127 extern void fp_free(struct fpu_ctx *);
128 extern void fp_save(struct fpu_ctx *);
129 extern void fp_restore(struct fpu_ctx *);
H A Dpcb.h41 typedef struct fpu_ctx { struct
/illumos-gate/usr/src/uts/intel/os/
H A Dfpu.c1029 fp_ctxop_allocate(struct fpu_ctx *fp) in fp_ctxop_allocate()
1054 struct fpu_ctx *fp; /* parent fpu context */ in fp_new_lwp()
1055 struct fpu_ctx *cfp; /* new fpu context */ in fp_new_lwp()
1135 fp_free(struct fpu_ctx *fp) in fp_free()
1165 fp_free((struct fpu_ctx *)arg); in fp_free_ctx()
1172 fp_save(struct fpu_ctx *fp) in fp_save()
1220 fp_restore(struct fpu_ctx *fp) in fp_restore()
1247 struct fpu_ctx *fp = &ttolwp(curthread)->lwp_pcb.pcb_fpu; in fp_exec()
1275 struct fpu_ctx *fp = &ttolwp(curthread)->lwp_pcb.pcb_fpu; in fp_seed()
1308 struct fpu_ctx *fp = &lwp->lwp_pcb.pcb_fpu; in fp_lwp_init()
[all …]
/illumos-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in163 fpu_ctx