Lines Matching defs:i387_fxsave_struct
334 struct i387_fxsave_struct { struct
335 u16 cwd; /* Control Word */
336 u16 swd; /* Status Word */
337 u16 twd; /* Tag Word */
338 u16 fop; /* Last Instruction Opcode */
339 union {
351 u32 mxcsr; /* MXCSR Register State */
352 u32 mxcsr_mask; /* MXCSR Mask */
355 u32 st_space[32];
358 u32 xmm_space[64];
360 u32 padding[12];
362 union {