Home
last modified time | relevance | path

Searched defs:user_i387_struct (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Duser_64.h50 struct user_i387_struct { struct
51 unsigned short cwd;
52 unsigned short swd;
53 unsigned short twd; /* Note this is not the same as
55 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 …]
Duser_32.h44 struct user_i387_struct { struct
45 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 */