Home
last modified time | relevance | path

Searched refs:user_fxsr_struct (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/um/sys-i386/
Dptrace.c177 int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs()
180 struct user_fxsr_struct fpregs; in get_fpxregs()
193 int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs()
196 struct user_fxsr_struct fpregs; in set_fpxregs()
Dsignal.c53 static inline unsigned long twd_fxsr_to_i387(struct user_fxsr_struct *fxsave) in twd_fxsr_to_i387()
99 struct user_fxsr_struct *fxsave) in convert_fxsr_to_user()
131 static int convert_fxsr_from_user(struct user_fxsr_struct *fxsave, in convert_fxsr_from_user()
180 struct user_fxsr_struct fpx; in copy_sc_from_user()
184 sizeof(struct user_fxsr_struct)); in copy_sc_from_user()
254 struct user_fxsr_struct fpx; in copy_sc_to_user()
273 sizeof(struct user_fxsr_struct))) in copy_sc_to_user()
/linux-2.6.39/arch/um/sys-i386/asm/
Dptrace.h45 extern int get_fpxregs(struct user_fxsr_struct __user *buf,
47 extern int set_fpxregs(struct user_fxsr_struct __user *buf,
/linux-2.6.39/arch/x86/include/asm/
Duser_32.h55 struct user_fxsr_struct { struct
Delf.h21 typedef struct user_fxsr_struct elf_fpxregset_t;
/linux-2.6.39/arch/x86/kernel/
Dptrace.c894 0, sizeof(struct user_fxsr_struct), in arch_ptrace()
900 0, sizeof(struct user_fxsr_struct), in arch_ptrace()
1240 #define user32_fxsr_struct user_fxsr_struct
Di387.c32 # define user32_fxsr_struct user_fxsr_struct