Lines Matching defs:user_i387_struct
51 struct user_i387_struct { struct
52 unsigned short cwd;
53 unsigned short swd;
54 unsigned short twd; /* Note this is not the same as
56 unsigned short fop;
57 __u64 rip;
58 __u64 rdp;
59 __u32 mxcsr;
60 __u32 mxcsr_mask;
61 __u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */
62 __u32 xmm_space[64]; /* 16*16 bytes for each XMM-reg = 256 bytes */
63 __u32 padding[24];