Searched refs:user_fp (Results 1 – 5 of 5) sorted by relevance
33 struct user_fp { struct75 struct user_fp u_fp; /* FP state */
22 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
625 0, sizeof(struct user_fp)); in fpa_get()639 0, sizeof(struct user_fp)); in fpa_set()766 .n = sizeof(struct user_fp) / sizeof(u32),
279 int dump_fpu (struct pt_regs *regs, struct user_fp *fp) in dump_fpu()