| /Linux-v5.4/arch/powerpc/kernel/ |
| D | signal_32.c | 242 u64 buf[ELF_NFPREG]; in copy_fpr_to_user() 246 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_fpr_to_user() 249 return __copy_to_user(to, buf, ELF_NFPREG * sizeof(double)); in copy_fpr_to_user() 255 u64 buf[ELF_NFPREG]; in copy_fpr_from_user() 258 if (__copy_from_user(buf, from, ELF_NFPREG * sizeof(double))) in copy_fpr_from_user() 260 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_fpr_from_user() 296 u64 buf[ELF_NFPREG]; in copy_ckfpr_to_user() 300 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_ckfpr_to_user() 303 return __copy_to_user(to, buf, ELF_NFPREG * sizeof(double)); in copy_ckfpr_to_user() 309 u64 buf[ELF_NFPREG]; in copy_ckfpr_from_user() [all …]
|
| D | ptrace.c | 1906 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 1938 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG, 2199 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 2225 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG,
|
| /Linux-v5.4/arch/parisc/kernel/ |
| D | ptrace.c | 407 for (; count > 0 && pos < ELF_NFPREG; --count) in fpr_get() 410 for (; count > 0 && pos < ELF_NFPREG; --count) in fpr_get() 419 ELF_NFPREG * sizeof(reg), -1); in fpr_get() 436 for (; count > 0 && pos < ELF_NFPREG; --count) in fpr_set() 439 for (; count > 0 && pos < ELF_NFPREG; --count) { in fpr_set() 450 ELF_NFPREG * sizeof(reg), -1); in fpr_set() 595 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 679 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 694 BUILD_BUG_ON(sizeof(struct user_fp_struct)/sizeof(__u64) != ELF_NFPREG); in task_user_regset_view()
|
| /Linux-v5.4/arch/c6x/include/asm/ |
| D | elf.h | 20 #define ELF_NFPREG 1 macro 23 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | binfmt_elfn32.c | 24 #define ELF_NFPREG 33 macro 30 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
| D | binfmt_elfo32.c | 24 #define ELF_NFPREG 33 macro 30 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
| D | ptrace.c | 1037 .n = ELF_NFPREG, 1105 .n = ELF_NFPREG,
|
| /Linux-v5.4/arch/microblaze/include/uapi/asm/ |
| D | elf.h | 63 #define ELF_NFPREG 33 /* includes fsr */ macro 65 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | elf.h | 66 #define ELF_NFPREG 32 macro 72 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | elf.h | 84 #define ELF_NFPREG 18 macro 87 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | elf.h | 156 #define ELF_NFPREG 128 /* f0 and f1 could be omitted, but so what... */ macro 188 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
| /Linux-v5.4/arch/powerpc/include/uapi/asm/ |
| D | elf.h | 94 #define ELF_NFPREG 33 /* includes fpscr */ macro 139 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | elf.h | 302 #define ELF_NFPREG 32 macro 304 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
| /Linux-v5.4/arch/riscv/include/uapi/asm/ |
| D | elf.h | 25 #define ELF_NFPREG (sizeof(struct __riscv_d_ext_state) / sizeof(elf_fpreg_t)) macro
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | elf.h | 207 #define ELF_NFPREG 33 macro 213 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
| /Linux-v5.4/arch/riscv/kernel/ |
| D | ptrace.c | 107 .n = ELF_NFPREG,
|
| /Linux-v5.4/arch/ia64/kernel/ |
| D | ptrace.c | 2121 .n = ELF_NFPREG,
|