Searched refs:user_i387_struct (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | user_32.h | 45 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 D | user_64.h | 51 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 D | elf.h | 20 typedef struct user_i387_struct elf_fpregset_t;
|
/openbmc/linux/arch/x86/um/ |
H A D | ptrace_64.c | 217 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 D | ptrace_32.c | 197 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 D | signal.h | 17 # define user_i387_ia32_struct user_i387_struct
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ptrace.c | 798 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 D | elf.h | 200 typedef struct user_i387_struct elf_fpregset_t;
|