Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H 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. */
H 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. */
H A Delf.h20 typedef struct user_i387_struct elf_fpregset_t;
/openbmc/linux/arch/x86/um/
H 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()
H 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()
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dsignal.h17 # define user_i387_ia32_struct user_i387_struct
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c798 0, sizeof(struct user_i387_struct), in arch_ptrace()
805 0, sizeof(struct user_i387_struct), in arch_ptrace()
1201 0, sizeof(struct user_i387_struct), in x32_arch_ptrace()
1208 0, sizeof(struct user_i387_struct), in x32_arch_ptrace()
/openbmc/linux/arch/x86/um/asm/
H A Delf.h200 typedef struct user_i387_struct elf_fpregset_t;