Searched defs:user_i387_struct (Results 1 – 2 of 2) sorted by relevance
51 struct user_i387_struct { struct52 unsigned short cwd;53 unsigned short swd;54 unsigned short twd; /* Note this is not the same as56 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 */[all …]
45 struct user_i387_struct { struct46 long cwd;47 long swd;48 long twd;49 long fip;50 long fcs;51 long foo;52 long fos;53 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */
Completed in 24 milliseconds