Home | History | Annotate | Download | only in include

Lines Matching defs:fxsave

24  * The actual structures the cpu accesses must be aligned to 16 bytes for FXSAVE
30 * support the fxsave instruction.
36 * FXSAVE: Saves the x87 state and XMM (aka SSE) registers to the first
67 /* The x87 registers padded out to 16 bytes for fxsave */
101 * The fxsave 'Abridged tag word' in inverted.
115 * FPU/MMX/SSE/SSE2 context (FXSAVE instruction).
117 struct fxsave {
131 __CTASSERT_NOLINT(sizeof(struct fxsave) == 512);
134 * For XSAVE, a 64byte header follows the fxsave data.
137 uint8_t xsh_fxsave[512]; /* struct fxsave */
212 /* legacy FXSAVE area (used for x87 & SSE state) */
213 struct fxsave xs_fxsave;
234 struct fxsave sv_xmm;