Home
last modified time | relevance | path

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

/arch/x86/um/
Dptrace_32.c222 static int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs()
225 struct user_fxsr_struct fpregs; in get_fpxregs()
238 static int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs()
241 struct user_fxsr_struct fpregs; in set_fpxregs()
Dsignal.c37 static inline unsigned long twd_fxsr_to_i387(struct user_fxsr_struct *fxsave) in twd_fxsr_to_i387()
83 struct user_fxsr_struct *fxsave) in convert_fxsr_to_user()
115 static int convert_fxsr_from_user(struct user_fxsr_struct *fxsave, in convert_fxsr_from_user()
206 struct user_fxsr_struct fpx; in copy_sc_from_user()
210 sizeof(struct user_fxsr_struct)); in copy_sc_from_user()
304 struct user_fxsr_struct fpx; in copy_sc_to_user()
323 sizeof(struct user_fxsr_struct))) in copy_sc_to_user()
/arch/x86/include/asm/
Duser_32.h55 struct user_fxsr_struct { struct
Delf.h22 typedef struct user_fxsr_struct elf_fpxregset_t;
Dfpu-internal.h36 # define user32_fxsr_struct user_fxsr_struct
/arch/x86/kernel/
Dptrace.c895 0, sizeof(struct user_fxsr_struct), in arch_ptrace()
901 0, sizeof(struct user_fxsr_struct), in arch_ptrace()