Home
last modified time | relevance | path

Searched refs:user_i387_struct (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/arch/x86/include/asm/
A Duser_32.h45 struct user_i387_struct { struct
108 struct user_i387_struct i387; /* Math Co-processor registers. */
122 struct user_i387_struct *u_fpstate; /* Math Co-processor pointer. */
A Duser_64.h51 struct user_i387_struct { struct
111 struct user_i387_struct i387; /* Math Co-processor registers. */
126 struct user_i387_struct *u_fpstate; /* Math Co-processor pointer. */
A Delf.h20 typedef struct user_i387_struct elf_fpregset_t;
/linux-6.3-rc2/arch/x86/um/
A Dptrace_64.c217 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs()
220 struct user_i387_struct fpregs; in get_fpregs()
234 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs()
237 struct user_i387_struct fpregs; in set_fpregs()
A Dptrace_32.c197 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs()
200 struct user_i387_struct fpregs; in get_fpregs()
214 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs()
217 struct user_i387_struct fpregs; in set_fpregs()
/linux-6.3-rc2/arch/x86/include/asm/fpu/
A Dsignal.h17 # define user_i387_ia32_struct user_i387_struct
/linux-6.3-rc2/arch/x86/um/asm/
A Delf.h200 typedef struct user_i387_struct elf_fpregset_t;
/linux-6.3-rc2/arch/x86/kernel/
A Dptrace.c797 0, sizeof(struct user_i387_struct), in arch_ptrace()
804 0, sizeof(struct user_i387_struct), in arch_ptrace()
1200 0, sizeof(struct user_i387_struct), in x32_arch_ptrace()
1207 0, sizeof(struct user_i387_struct), in x32_arch_ptrace()

Completed in 11 milliseconds