Home
last modified time | relevance | path

Searched refs:user_fp (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/arm/include/asm/
Duser.h34 struct user_fp { struct
76 struct user_fp u_fp; /* FP state */
Delf.h23 typedef struct user_fp elf_fpregset_t;
/Linux-v4.19/arch/nds32/include/asm/
Delf.h109 struct user_fp { struct
114 typedef struct user_fp elf_fpregset_t; argument
/Linux-v4.19/arch/arm/nwfpe/
DChangeLog46 as a struct user_fp (see user.h). This pointer was cast to a
47 FPA11*. Unfortunately FPA11 and user_fp are of different sizes;
48 user_fp is smaller. This meant that the FPE scribbled on things
53 * user_fp and FPA11 have now been harmonized. Most of the changes
/Linux-v4.19/arch/arm/kernel/
Dptrace.c621 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),
Dprocess.c285 int dump_fpu (struct pt_regs *regs, struct user_fp *fp) in dump_fpu()