Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/um/
Dptrace_32.c226 static int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs()
229 struct user_fxsr_struct fpregs; in get_fpxregs()
242 static int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs()
245 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()
294 struct user_fxsr_struct fpx; in copy_sc_to_user()
313 sizeof(struct user_fxsr_struct))) in copy_sc_to_user()
/Linux-v5.4/arch/x86/include/asm/fpu/
Dsignal.h18 # define user32_fxsr_struct user_fxsr_struct
/Linux-v5.4/arch/x86/include/asm/
Duser_32.h56 struct user_fxsr_struct { struct
Delf.h24 typedef struct user_fxsr_struct elf_fpxregset_t;
/Linux-v5.4/arch/x86/kernel/
Dptrace.c804 0, sizeof(struct user_fxsr_struct), in arch_ptrace()
810 0, sizeof(struct user_fxsr_struct), in arch_ptrace()