Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/um/
Dptrace_32.c201 static int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs()
204 struct user_fxsr_struct fpregs; in get_fpxregs()
217 static int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs()
220 struct user_fxsr_struct fpregs; in set_fpxregs()
Dsignal.c39 static inline unsigned long twd_fxsr_to_i387(struct user_fxsr_struct *fxsave) in twd_fxsr_to_i387()
85 struct user_fxsr_struct *fxsave) in convert_fxsr_to_user()
117 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()
212 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()
/linux-6.12.1/arch/x86/include/asm/fpu/
Dsignal.h18 # define user32_fxsr_struct user_fxsr_struct
/linux-6.12.1/arch/x86/include/asm/
Duser_32.h56 struct user_fxsr_struct { struct
/linux-6.12.1/arch/x86/kernel/
Dptrace.c812 0, sizeof(struct user_fxsr_struct), in arch_ptrace()
818 0, sizeof(struct user_fxsr_struct), in arch_ptrace()