Searched refs:user_i387_struct (Results 1 - 16 of 16) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Di387.c54 if (sizeof(struct user_i387_struct) != sizeof(tsk->thread.i387.fxsave))
82 int get_fpregs(struct user_i387_struct *buf, struct task_struct *tsk)
86 sizeof(struct user_i387_struct)) ? -EFAULT : 0;
89 int set_fpregs(struct task_struct *tsk, struct user_i387_struct *buf)
92 sizeof(struct user_i387_struct)))
103 int dump_fpu( struct pt_regs *regs, struct user_i387_struct *fpu )
111 memcpy(fpu, &tsk->thread.i387.fxsave, sizeof(struct user_i387_struct));
H A Dptrace.c390 sizeof(struct user_i387_struct))) {
394 ret = get_fpregs((struct user_i387_struct *)data, child);
400 sizeof(struct user_i387_struct))) {
405 ret = set_fpregs(child, (struct user_i387_struct *)data);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Di387.h70 extern int get_fpregs( struct user_i387_struct *buf,
73 struct user_i387_struct *buf );
85 struct user_i387_struct *fpu );
H A Duser.h45 struct user_i387_struct { struct
98 struct user_i387_struct i387; /* Math Co-processor registers. */
112 struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */
H A Delf.h18 typedef struct user_i387_struct elf_fpregset_t;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Duser.h51 struct user_i387_struct { struct
87 struct user_i387_struct i387; /* Math Co-processor registers. */
101 struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */
H A Di387.h50 extern int get_fpregs( struct user_i387_struct *buf,
53 struct user_i387_struct *buf );
59 struct user_i387_struct *fpu );
H A Delf.h16 typedef struct user_i387_struct elf_fpregset_t;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Duser.h51 struct user_i387_struct { struct
87 struct user_i387_struct i387; /* Math Co-processor registers. */
101 struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */
H A Di387.h50 extern int get_fpregs( struct user_i387_struct *buf,
53 struct user_i387_struct *buf );
59 struct user_i387_struct *fpu );
H A Delf.h16 typedef struct user_i387_struct elf_fpregset_t;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Di387.h70 extern int get_fpregs( struct user_i387_struct *buf,
73 struct user_i387_struct *buf );
85 struct user_i387_struct *fpu );
H A Duser.h45 struct user_i387_struct { struct
98 struct user_i387_struct i387; /* Math Co-processor registers. */
112 struct user_i387_struct* u_fpstate; /* Math Co-processor pointer. */
H A Delf.h18 typedef struct user_i387_struct elf_fpregset_t;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Di387.c407 static inline int get_fpregs_fsave( struct user_i387_struct *buf,
411 sizeof(struct user_i387_struct) );
414 static inline int get_fpregs_fxsave( struct user_i387_struct *buf,
421 int get_fpregs( struct user_i387_struct *buf, struct task_struct *tsk )
436 struct user_i387_struct *buf )
439 sizeof(struct user_i387_struct) );
443 struct user_i387_struct *buf )
449 int set_fpregs( struct task_struct *tsk, struct user_i387_struct *buf )
493 struct user_i387_struct *fpu )
496 sizeof(struct user_i387_struct) );
[all...]
H A Dptrace.c367 sizeof(struct user_i387_struct))) {
374 get_fpregs((struct user_i387_struct *)data, child);
380 sizeof(struct user_i387_struct))) {
385 set_fpregs(child, (struct user_i387_struct *)data);

Completed in 119 milliseconds