Searched refs:ELF_NFPREG (Results 1 – 17 of 17) sorted by relevance
/arch/c6x/include/asm/ |
D | elf.h | 23 #define ELF_NFPREG 1 macro 26 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/arch/microblaze/include/uapi/asm/ |
D | elf.h | 62 #define ELF_NFPREG 33 /* includes fsr */ macro 64 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/arch/mips/kernel/ |
D | binfmt_elfn32.c | 23 #define ELF_NFPREG 33 macro 29 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
D | binfmt_elfo32.c | 23 #define ELF_NFPREG 33 macro 29 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
D | ptrace.c | 700 .n = ELF_NFPREG, 731 .n = ELF_NFPREG,
|
/arch/alpha/include/asm/ |
D | elf.h | 65 #define ELF_NFPREG 32 macro 71 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/arch/parisc/kernel/ |
D | ptrace.c | 389 for (; count > 0 && pos < ELF_NFPREG; --count) in fpr_get() 392 for (; count > 0 && pos < ELF_NFPREG; --count) in fpr_get() 401 ELF_NFPREG * sizeof(reg), -1); in fpr_get() 418 for (; count > 0 && pos < ELF_NFPREG; --count) in fpr_set() 421 for (; count > 0 && pos < ELF_NFPREG; --count) { in fpr_set() 432 ELF_NFPREG * sizeof(reg), -1); in fpr_set() 576 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 660 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 675 BUILD_BUG_ON(sizeof(struct user_fp_struct)/sizeof(__u64) != ELF_NFPREG); in task_user_regset_view()
|
/arch/tile/include/asm/ |
D | elf.h | 35 #define ELF_NFPREG 0 macro 37 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/arch/mn10300/include/asm/ |
D | elf.h | 48 #define ELF_NFPREG 32 macro 52 elf_fpreg_t fpregs[ELF_NFPREG];
|
/arch/powerpc/kernel/ |
D | signal_32.c | 268 u64 buf[ELF_NFPREG]; in copy_fpr_to_user() 272 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_fpr_to_user() 275 return __copy_to_user(to, buf, ELF_NFPREG * sizeof(double)); in copy_fpr_to_user() 281 u64 buf[ELF_NFPREG]; in copy_fpr_from_user() 284 if (__copy_from_user(buf, from, ELF_NFPREG * sizeof(double))) in copy_fpr_from_user() 286 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_fpr_from_user() 322 u64 buf[ELF_NFPREG]; in copy_ckfpr_to_user() 326 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_ckfpr_to_user() 329 return __copy_to_user(to, buf, ELF_NFPREG * sizeof(double)); in copy_ckfpr_to_user() 335 u64 buf[ELF_NFPREG]; in copy_ckfpr_from_user() [all …]
|
D | ptrace.c | 1839 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 1871 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG, 2125 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 2151 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG,
|
/arch/xtensa/include/asm/ |
D | elf.h | 96 #define ELF_NFPREG 18 macro 99 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/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];
|
/arch/powerpc/include/uapi/asm/ |
D | elf.h | 93 #define ELF_NFPREG 33 /* includes fpscr */ macro 137 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/arch/parisc/include/asm/ |
D | elf.h | 300 #define ELF_NFPREG 32 macro 302 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/arch/mips/include/asm/ |
D | elf.h | 205 #define ELF_NFPREG 33 macro 211 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/arch/ia64/kernel/ |
D | ptrace.c | 2118 .n = ELF_NFPREG,
|