/openbmc/linux/arch/powerpc/kernel/ |
H A D | signal.c | 32 u64 buf[ELF_NFPREG]; in copy_fpr_to_user() 36 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_fpr_to_user() 39 return __copy_to_user(to, buf, ELF_NFPREG * sizeof(double)); in copy_fpr_to_user() 45 u64 buf[ELF_NFPREG]; in copy_fpr_from_user() 48 if (__copy_from_user(buf, from, ELF_NFPREG * sizeof(double))) in copy_fpr_from_user() 50 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_fpr_from_user() 86 u64 buf[ELF_NFPREG]; in copy_ckfpr_to_user() 90 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_ckfpr_to_user() 93 return __copy_to_user(to, buf, ELF_NFPREG * sizeof(double)); in copy_ckfpr_to_user() 99 u64 buf[ELF_NFPREG]; in copy_ckfpr_from_user() [all …]
|
H A D | signal.h | 56 for (i = 0; i < ELF_NFPREG - 1 ; i++) \ 76 for (i = 0; i < ELF_NFPREG - 1; i++) \ 97 for (i = 0; i < ELF_NFPREG - 1 ; i++) \ 117 for (i = 0; i < ELF_NFPREG - 1 ; i++) \ 136 ELF_NFPREG * sizeof(double), label) 140 ELF_NFPREG * sizeof(double), label) 146 ELF_NFPREG * sizeof(double)); in copy_fpr_to_user() 153 ELF_NFPREG * sizeof(double)); in copy_fpr_from_user() 159 ELF_NFPREG * sizeof(double), label) 164 ELF_NFPREG * sizeof(double)); in copy_ckfpr_to_user() [all …]
|
/openbmc/linux/arch/microblaze/include/uapi/asm/ |
H A D | elf.h | 63 #define ELF_NFPREG 33 /* includes fsr */ macro 65 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | ptrace.c | 408 return membuf_write(&to, regs->fr, ELF_NFPREG * sizeof(__u64)); in fpr_get() 425 for (; count > 0 && pos < ELF_NFPREG; --count) in fpr_set() 428 for (; count > 0 && pos < ELF_NFPREG; --count) { in fpr_set() 439 ELF_NFPREG * sizeof(reg), -1); in fpr_set() 570 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 637 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 652 BUILD_BUG_ON(sizeof(struct user_fp_struct)/sizeof(__u64) != ELF_NFPREG); in task_user_regset_view()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | elf.h | 66 #define ELF_NFPREG 32 macro 72 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | elf.h | 84 #define ELF_NFPREG 18 macro 87 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | elf.h | 156 #define ELF_NFPREG 128 /* f0 and f1 could be omitted, but so what... */ macro 186 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | elf.h | 94 #define ELF_NFPREG 33 /* includes fpscr */ macro 141 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | elf.h | 151 #define ELF_NFPREG 34 macro 157 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | elf.h | 301 #define ELF_NFPREG 32 macro 303 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/openbmc/linux/arch/riscv/include/uapi/asm/ |
H A D | elf.h | 25 #define ELF_NFPREG (sizeof(struct __riscv_d_ext_state) / sizeof(elf_fpreg_t)) macro
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | ptrace.c | 164 .n = ELF_NFPREG, 348 .n = ELF_NFPREG,
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | elf.h | 206 #define ELF_NFPREG 33 macro 212 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-view.c | 581 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 613 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG, 856 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 882 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG,
|
/openbmc/linux/arch/mips/kernel/ |
H A D | ptrace.c | 955 .n = ELF_NFPREG, 1023 .n = ELF_NFPREG,
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | ptrace.c | 876 .n = ELF_NFPREG,
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | ptrace.c | 1928 .n = ELF_NFPREG,
|