Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Duser_64.h51 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 */
[all …]
A Duser_32.h45 struct user_i387_struct { struct
46 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