diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2020-07-03 14:54:46 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2020-07-03 14:54:46 +0000 |
| commit | c74a3041f019d6492ff0cd4d46d694fc0262e65f (patch) | |
| tree | e1da4cc22dc04cc8e2f2f278f149dafa27f7518a /sys/amd64/include | |
| parent | 58199a70529d2e1a1cbcd0d86dc5877b4e45f48e (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/fpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h index 6b9782e7207ba..8f957eede39b4 100644 --- a/sys/amd64/include/fpu.h +++ b/sys/amd64/include/fpu.h @@ -71,6 +71,7 @@ int fputrap_sse(void); int fputrap_x87(void); void fpuuserinited(struct thread *td); struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags); +struct fpu_kern_ctx *fpu_kern_alloc_ctx_domain(int domain, u_int flags); void fpu_kern_free_ctx(struct fpu_kern_ctx *ctx); void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags); |
