Searched defs:user_i387_struct (Results 1 – 2 of 2) sorted by relevance
50 struct user_i387_struct { struct51 unsigned short cwd;52 unsigned short swd;53 unsigned short twd; /* Note this is not the same as55 unsigned short fop;56 __u64 rip;57 __u64 rdp;58 __u32 mxcsr;59 __u32 mxcsr_mask;60 __u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */[all …]
44 struct user_i387_struct { struct45 long cwd;46 long swd;47 long twd;48 long fip;49 long fcs;50 long foo;51 long fos;52 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */