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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dmath_emu.h6 int restore_i387_soft(void *s387, struct _fpstate *buf);
7 int save_i387_soft(void *s387, struct _fpstate * buf);
H A Dsigcontext.h7 * The first part of "struct _fpstate" is just the normal i387
33 struct _fpstate { struct
77 struct _fpstate * fpstate;
H A Di387.h64 extern int save_i387( struct _fpstate *buf );
65 extern int restore_i387( struct _fpstate *buf );
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dmath_emu.h6 int restore_i387_soft(void *s387, struct _fpstate *buf);
7 int save_i387_soft(void *s387, struct _fpstate * buf);
H A Dsigcontext.h7 * The first part of "struct _fpstate" is just the normal i387
33 struct _fpstate { struct
77 struct _fpstate * fpstate;
H A Di387.h64 extern int save_i387( struct _fpstate *buf );
65 extern int restore_i387( struct _fpstate *buf );
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dsigcontext.h9 struct _fpstate { struct
50 struct _fpstate *fpstate; /* zero when no FPU context */
H A Di387.h21 int save_i387( struct _fpstate *buf);
132 static inline int restore_i387(struct _fpstate *buf)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dsigcontext.h9 struct _fpstate { struct
50 struct _fpstate *fpstate; /* zero when no FPU context */
H A Di387.h21 int save_i387( struct _fpstate *buf);
132 static inline int restore_i387(struct _fpstate *buf)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Di387.c251 static inline int convert_fxsr_to_user( struct _fpstate *buf,
280 struct _fpstate *buf )
312 static inline int save_i387_fsave( struct _fpstate *buf )
324 static inline int save_i387_fxsave( struct _fpstate *buf )
345 int save_i387( struct _fpstate *buf )
366 static inline int restore_i387_fsave( struct _fpstate *buf )
374 static inline int restore_i387_fxsave( struct _fpstate *buf )
386 int restore_i387( struct _fpstate *buf )
417 return convert_fxsr_to_user( (struct _fpstate *)buf,
431 (struct _fpstate *)bu
[all...]
H A Dsignal.c170 struct _fpstate fpstate;
183 struct _fpstate fpstate;
232 struct _fpstate * buf;
318 setup_sigcontext(struct sigcontext *sc, struct _fpstate *fpstate,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Di387.c47 int save_i387(struct _fpstate *buf)
H A Dsignal.c171 struct _fpstate * buf;
293 struct _fpstate *fp = NULL;
297 fp = get_stack(ka, regs, sizeof(struct _fpstate));
300 if (!access_ok(VERIFY_WRITE, fp, sizeof(struct _fpstate))) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/math-emu/
H A Dfpu_entry.c681 int restore_i387_soft(void *s387, struct _fpstate *buf)
727 int save_i387_soft(void *s387, struct _fpstate * buf)

Completed in 74 milliseconds