Home
last modified time | relevance | path

Searched defs:_fpstate_ia32 (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dsigcontext32.h26 struct _fpstate_ia32 { struct
28 __u32 cw;
29 __u32 sw;
30 __u32 tag; /* not compatible to 64bit twd */
31 __u32 ipoff;
32 __u32 cssel;
33 __u32 dataoff;
34 __u32 datasel;
35 struct _fpreg _st[8];
36 unsigned short status;
[all …]
Dsigframe.h12 #define _fpstate_ia32 _fpstate macro
/linux-2.6.39/arch/x86/kernel/
Di387.c27 # define _fpstate_ia32 _fpstate macro