Searched refs:ELF_NFPREG (Results 1 – 15 of 15) sorted by relevance
/linux-2.6.39/arch/um/sys-ppc/asm/ |
D | elf.h | 39 #define ELF_NFPREG 33 /* includes fpscr */ macro 46 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/linux-2.6.39/arch/microblaze/include/asm/ |
D | elf.h | 59 #define ELF_NFPREG 33 /* includes fsr */ macro 61 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/linux-2.6.39/arch/mips/kernel/ |
D | binfmt_elfn32.c | 22 #define ELF_NFPREG 33 macro 28 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
D | binfmt_elfo32.c | 22 #define ELF_NFPREG 33 macro 28 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/linux-2.6.39/arch/tile/include/asm/ |
D | elf.h | 38 #define ELF_NFPREG 0 macro 40 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | elf.h | 64 #define ELF_NFPREG 32 macro 70 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | elf.h | 48 #define ELF_NFPREG 32 macro 52 elf_fpreg_t fpregs[ELF_NFPREG];
|
/linux-2.6.39/arch/xtensa/include/asm/ |
D | elf.h | 95 #define ELF_NFPREG 18 macro 98 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | elf.h | 155 #define ELF_NFPREG 128 /* f0 and f1 could be omitted, but so what... */ macro 187 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | elf.h | 300 #define ELF_NFPREG 32 macro 302 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | signal_32.c | 342 double buf[ELF_NFPREG]; in copy_fpr_to_user() 346 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_fpr_to_user() 349 return __copy_to_user(to, buf, ELF_NFPREG * sizeof(double)); in copy_fpr_to_user() 355 double buf[ELF_NFPREG]; in copy_fpr_from_user() 358 if (__copy_from_user(buf, from, ELF_NFPREG * sizeof(double))) in copy_fpr_from_user() 360 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_fpr_from_user() 396 ELF_NFPREG * sizeof(double)); in copy_fpr_to_user() 403 ELF_NFPREG * sizeof(double)); in copy_fpr_from_user()
|
D | ptrace.c | 604 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 779 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG,
|
/linux-2.6.39/arch/mips/include/asm/ |
D | elf.h | 168 #define ELF_NFPREG 33 macro 174 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | elf.h | 98 #define ELF_NFPREG 33 /* includes fpscr */ macro 138 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/linux-2.6.39/arch/ia64/kernel/ |
D | ptrace.c | 2156 .n = ELF_NFPREG,
|