Searched refs:user_fp (Results 1 – 5 of 5) sorted by relevance
33 struct user_fp { struct75 struct user_fp u_fp; /* FP state */
21 typedef struct user_fp elf_fpregset_t;
46 as a struct user_fp (see user.h). This pointer was cast to a47 FPA11*. Unfortunately FPA11 and user_fp are of different sizes;48 user_fp is smaller. This meant that the FPE scribbled on things53 * user_fp and FPA11 have now been harmonized. Most of the changes
203 void show_fpregs(struct user_fp *regs) in show_fpregs()339 int dump_fpu (struct pt_regs *regs, struct user_fp *fp) in dump_fpu()
556 sizeof(struct user_fp)) ? -EFAULT : 0; in ptrace_getfpregs()566 sizeof(struct user_fp)) ? -EFAULT : 0; in ptrace_setfpregs()