summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/npx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/npx.h')
-rw-r--r--sys/i386/include/npx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/include/npx.h b/sys/i386/include/npx.h
index 66f432a..0557228 100644
--- a/sys/i386/include/npx.h
+++ b/sys/i386/include/npx.h
@@ -67,6 +67,11 @@ void npxsuspend(union savefpu *addr);
int npxtrap_x87(void);
int npxtrap_sse(void);
void npxuserinited(struct thread *);
+void npx_get_fsave(void *);
+int npx_set_fsave(void *);
+void npx_fill_fpregs_xmm(struct savexmm *, struct save87 *);
+void npx_set_fpregs_xmm(struct save87 *, struct savexmm *);
+
struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
void fpu_kern_free_ctx(struct fpu_kern_ctx *ctx);
int fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
OpenPOWER on IntegriCloud