Searched refs:_fpstate (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dmath_emu.h6 int restore_i387_soft(void *s387, struct _fpstate __user *buf);
7 int save_i387_soft(void *s387, struct _fpstate __user *buf);
H A Dsigcontext.h11 * The first part of "struct _fpstate" is just the normal i387
37 struct _fpstate { struct
81 struct _fpstate __user * fpstate;
91 struct _fpstate { struct
132 struct _fpstate __user *fpstate; /* zero when no FPU context */
H A Di387_32.h129 extern int save_i387( struct _fpstate __user *buf );
130 extern int restore_i387( struct _fpstate __user *buf );

Completed in 80 milliseconds