Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/um/
H A Dptrace_32.c227 static int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs()
230 struct user_fxsr_struct fpregs; in get_fpxregs()
243 static int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs()
246 struct user_fxsr_struct fpregs; in set_fpxregs()
H A Dsignal.c38 static inline unsigned long twd_fxsr_to_i387(struct user_fxsr_struct *fxsave) in twd_fxsr_to_i387()
84 struct user_fxsr_struct *fxsave) in convert_fxsr_to_user()
116 static int convert_fxsr_from_user(struct user_fxsr_struct *fxsave, in convert_fxsr_from_user()
207 struct user_fxsr_struct fpx; in copy_sc_from_user()
211 sizeof(struct user_fxsr_struct)); in copy_sc_from_user()
295 struct user_fxsr_struct fpx; in copy_sc_to_user()
314 sizeof(struct user_fxsr_struct))) in copy_sc_to_user()
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dsignal.h18 # define user32_fxsr_struct user_fxsr_struct
/openbmc/linux/arch/x86/include/asm/
H A Duser_32.h56 struct user_fxsr_struct { struct
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c812 0, sizeof(struct user_fxsr_struct), in arch_ptrace()
818 0, sizeof(struct user_fxsr_struct), in arch_ptrace()