Searched refs:user_fp (Results 1 – 6 of 6) sorted by relevance
34 struct user_fp { struct76 struct user_fp u_fp; /* FP state */
23 typedef struct user_fp elf_fpregset_t;
109 struct user_fp { struct114 typedef struct user_fp elf_fpregset_t; argument
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
621 0, sizeof(struct user_fp)); in fpa_get()635 0, sizeof(struct user_fp)); in fpa_set()762 .n = sizeof(struct user_fp) / sizeof(u32),
285 int dump_fpu (struct pt_regs *regs, struct user_fp *fp) in dump_fpu()