Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/
Duser.h33 struct user_fp { struct
75 struct user_fp u_fp; /* FP state */
Delf.h21 typedef struct user_fp elf_fpregset_t;
/linux-2.4.37.9/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-2.4.37.9/arch/arm/kernel/
Dprocess.c203 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()
Dptrace.c556 sizeof(struct user_fp)) ? -EFAULT : 0; in ptrace_getfpregs()
566 sizeof(struct user_fp)) ? -EFAULT : 0; in ptrace_setfpregs()