1993-06-12 14:58:17 +00:00
|
|
|
/*-
|
|
|
|
* Copyright (c) 1990 The Regents of the University of California.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This code is derived from software contributed to Berkeley by
|
|
|
|
* William Jolitz.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 4. Neither the name of the University nor the names of its contributors
|
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*
|
1993-10-16 14:40:57 +00:00
|
|
|
* from: @(#)npx.h 5.3 (Berkeley) 1/18/91
|
1999-08-28 01:08:13 +00:00
|
|
|
* $FreeBSD$
|
1993-06-12 14:58:17 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 287/387 NPX Coprocessor Data Structures and Constants
|
|
|
|
* W. Jolitz 1/90
|
|
|
|
*/
|
|
|
|
|
1994-11-05 22:59:09 +00:00
|
|
|
#ifndef _MACHINE_NPX_H_
|
|
|
|
#define _MACHINE_NPX_H_
|
1993-06-12 14:58:17 +00:00
|
|
|
|
2012-03-16 20:24:30 +00:00
|
|
|
#include <x86/fpu.h>
|
1993-06-12 14:58:17 +00:00
|
|
|
|
1999-12-29 04:46:21 +00:00
|
|
|
#ifdef _KERNEL
|
2005-05-12 12:47:41 +00:00
|
|
|
|
2014-11-02 22:58:30 +00:00
|
|
|
struct fpu_kern_ctx;
|
|
|
|
|
2010-06-05 15:59:59 +00:00
|
|
|
#define PCB_USER_FPU(pcb) (((pcb)->pcb_flags & PCB_KERNNPX) == 0)
|
|
|
|
|
2014-11-02 22:58:30 +00:00
|
|
|
#define XSAVE_AREA_ALIGN 64
|
|
|
|
|
2002-03-20 05:48:58 +00:00
|
|
|
int npxdna(void);
|
2002-09-16 19:25:41 +00:00
|
|
|
void npxdrop(void);
|
2002-03-20 05:48:58 +00:00
|
|
|
void npxexit(struct thread *td);
|
2002-09-16 19:25:41 +00:00
|
|
|
int npxformat(void);
|
2010-11-26 14:50:42 +00:00
|
|
|
int npxgetregs(struct thread *td);
|
2014-11-02 22:58:30 +00:00
|
|
|
void npxinit(bool bsp);
|
2014-08-30 17:48:38 +00:00
|
|
|
void npxresume(union savefpu *addr);
|
2002-03-20 05:48:58 +00:00
|
|
|
void npxsave(union savefpu *addr);
|
2014-11-02 22:58:30 +00:00
|
|
|
int npxsetregs(struct thread *td, union savefpu *addr,
|
|
|
|
char *xfpustate, size_t xfpustate_size);
|
|
|
|
int npxsetxstate(struct thread *td, char *xfpustate,
|
|
|
|
size_t xfpustate_size);
|
2014-08-30 17:48:38 +00:00
|
|
|
void npxsuspend(union savefpu *addr);
|
2012-07-21 21:52:48 +00:00
|
|
|
int npxtrap_x87(void);
|
|
|
|
int npxtrap_sse(void);
|
2010-11-26 14:50:42 +00:00
|
|
|
void npxuserinited(struct thread *);
|
2015-06-29 12:06:36 +00:00
|
|
|
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 *);
|
|
|
|
|
Add support for the extended FPU states on amd64, both for native
64bit and 32bit ABIs. As a side-effect, it enables AVX on capable
CPUs.
In particular:
- Query the CPU support for XSAVE, list of the supported extensions
and the required size of FPU save area. The hw.use_xsave tunable is
provided for disabling XSAVE, and hw.xsave_mask may be used to
select the enabled extensions.
- Remove the FPU save area from PCB and dynamically allocate the
(run-time sized) user save area on the top of the kernel stack,
right above the PCB. Reorganize the thread0 PCB initialization to
postpone it after BSP is queried for save area size.
- The dumppcb, stoppcbs and susppcbs now do not carry the FPU state as
well. FPU state is only useful for suspend, where it is saved in
dynamically allocated suspfpusave area.
- Use XSAVE and XRSTOR to save/restore FPU state, if supported and
enabled.
- Define new mcontext_t flag _MC_HASFPXSTATE, indicating that
mcontext_t has a valid pointer to out-of-struct extended FPU
state. Signal handlers are supplied with stack-allocated fpu
state. The sigreturn(2) and setcontext(2) syscall honour the flag,
allowing the signal handlers to inspect and manipilate extended
state in the interrupted context.
- The getcontext(2) never returns extended state, since there is no
place in the fixed-sized mcontext_t to place variable-sized save
area. And, since mcontext_t is embedded into ucontext_t, makes it
impossible to fix in a reasonable way. Instead of extending
getcontext(2) syscall, provide a sysarch(2) facility to query
extended FPU state.
- Add ptrace(2) support for getting and setting extended state; while
there, implement missed PT_I386_{GET,SET}XMMREGS for 32bit binaries.
- Change fpu_kern KPI to not expose struct fpu_kern_ctx layout to
consumers, making it opaque. Internally, struct fpu_kern_ctx now
contains a space for the extended state. Convert in-kernel consumers
of fpu_kern KPI both on i386 and amd64.
First version of the support for AVX was submitted by Tim Bird
<tim.bird am sony com> on behalf of Sony. This version was written
from scratch.
Tested by: pho (previous version), Yamagi Burmeister <lists yamagi org>
MFC after: 1 month
2012-01-21 17:45:27 +00:00
|
|
|
struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
|
|
|
|
void fpu_kern_free_ctx(struct fpu_kern_ctx *ctx);
|
2010-06-05 15:59:59 +00:00
|
|
|
int fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
|
|
|
|
u_int flags);
|
|
|
|
int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
|
|
|
|
int fpu_kern_thread(u_int flags);
|
|
|
|
int is_fpu_kern_thread(u_int flags);
|
|
|
|
|
2014-11-02 22:58:30 +00:00
|
|
|
union savefpu *fpu_save_area_alloc(void);
|
|
|
|
void fpu_save_area_free(union savefpu *fsa);
|
|
|
|
void fpu_save_area_reset(union savefpu *fsa);
|
|
|
|
|
2010-06-05 15:59:59 +00:00
|
|
|
/*
|
2014-11-02 22:58:30 +00:00
|
|
|
* Flags for fpu_kern_alloc_ctx(), fpu_kern_enter() and fpu_kern_thread().
|
2010-06-05 15:59:59 +00:00
|
|
|
*/
|
|
|
|
#define FPU_KERN_NORMAL 0x0000
|
Add support for the extended FPU states on amd64, both for native
64bit and 32bit ABIs. As a side-effect, it enables AVX on capable
CPUs.
In particular:
- Query the CPU support for XSAVE, list of the supported extensions
and the required size of FPU save area. The hw.use_xsave tunable is
provided for disabling XSAVE, and hw.xsave_mask may be used to
select the enabled extensions.
- Remove the FPU save area from PCB and dynamically allocate the
(run-time sized) user save area on the top of the kernel stack,
right above the PCB. Reorganize the thread0 PCB initialization to
postpone it after BSP is queried for save area size.
- The dumppcb, stoppcbs and susppcbs now do not carry the FPU state as
well. FPU state is only useful for suspend, where it is saved in
dynamically allocated suspfpusave area.
- Use XSAVE and XRSTOR to save/restore FPU state, if supported and
enabled.
- Define new mcontext_t flag _MC_HASFPXSTATE, indicating that
mcontext_t has a valid pointer to out-of-struct extended FPU
state. Signal handlers are supplied with stack-allocated fpu
state. The sigreturn(2) and setcontext(2) syscall honour the flag,
allowing the signal handlers to inspect and manipilate extended
state in the interrupted context.
- The getcontext(2) never returns extended state, since there is no
place in the fixed-sized mcontext_t to place variable-sized save
area. And, since mcontext_t is embedded into ucontext_t, makes it
impossible to fix in a reasonable way. Instead of extending
getcontext(2) syscall, provide a sysarch(2) facility to query
extended FPU state.
- Add ptrace(2) support for getting and setting extended state; while
there, implement missed PT_I386_{GET,SET}XMMREGS for 32bit binaries.
- Change fpu_kern KPI to not expose struct fpu_kern_ctx layout to
consumers, making it opaque. Internally, struct fpu_kern_ctx now
contains a space for the extended state. Convert in-kernel consumers
of fpu_kern KPI both on i386 and amd64.
First version of the support for AVX was submitted by Tim Bird
<tim.bird am sony com> on behalf of Sony. This version was written
from scratch.
Tested by: pho (previous version), Yamagi Burmeister <lists yamagi org>
MFC after: 1 month
2012-01-21 17:45:27 +00:00
|
|
|
#define FPU_KERN_NOWAIT 0x0001
|
2014-06-23 07:37:54 +00:00
|
|
|
#define FPU_KERN_KTHR 0x0002
|
2006-05-28 02:03:13 +00:00
|
|
|
|
1994-11-05 22:59:09 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* !_MACHINE_NPX_H_ */
|