Searched refs:ELF_NFPREG (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | signal_32.c | 246 u64 buf[ELF_NFPREG]; in copy_fpr_to_user() 250 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_fpr_to_user() 253 return __copy_to_user(to, buf, ELF_NFPREG * sizeof(double)); in copy_fpr_to_user() 259 u64 buf[ELF_NFPREG]; in copy_fpr_from_user() 262 if (__copy_from_user(buf, from, ELF_NFPREG * sizeof(double))) in copy_fpr_from_user() 264 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_fpr_from_user() 300 u64 buf[ELF_NFPREG]; in copy_ckfpr_to_user() 304 for (i = 0; i < (ELF_NFPREG - 1) ; i++) in copy_ckfpr_to_user() 307 return __copy_to_user(to, buf, ELF_NFPREG * sizeof(double)); in copy_ckfpr_to_user() 313 u64 buf[ELF_NFPREG]; in copy_ckfpr_from_user() [all …]
|
D | ptrace.c | 1893 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 1925 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG, 2186 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 2212 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG,
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | elf.h | 23 #define ELF_NFPREG 1 macro 26 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/Linux-v4.19/arch/parisc/kernel/ |
D | ptrace.c | 386 for (; count > 0 && pos < ELF_NFPREG; --count) in fpr_get() 389 for (; count > 0 && pos < ELF_NFPREG; --count) in fpr_get() 398 ELF_NFPREG * sizeof(reg), -1); in fpr_get() 415 for (; count > 0 && pos < ELF_NFPREG; --count) in fpr_set() 418 for (; count > 0 && pos < ELF_NFPREG; --count) { in fpr_set() 429 ELF_NFPREG * sizeof(reg), -1); in fpr_set() 573 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 657 .core_note_type = NT_PRFPREG, .n = ELF_NFPREG, 672 BUILD_BUG_ON(sizeof(struct user_fp_struct)/sizeof(__u64) != ELF_NFPREG); in task_user_regset_view()
|
/Linux-v4.19/arch/mips/kernel/ |
D | binfmt_elfo32.c | 24 #define ELF_NFPREG 33 macro 30 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
D | binfmt_elfn32.c | 24 #define ELF_NFPREG 33 macro 30 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
D | ptrace.c | 912 .n = ELF_NFPREG, 960 .n = ELF_NFPREG,
|
/Linux-v4.19/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-v4.19/arch/alpha/include/asm/ |
D | elf.h | 66 #define ELF_NFPREG 32 macro 72 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/Linux-v4.19/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-v4.19/arch/xtensa/include/asm/ |
D | elf.h | 96 #define ELF_NFPREG 18 macro 99 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/Linux-v4.19/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-v4.19/arch/parisc/include/asm/ |
D | elf.h | 302 #define ELF_NFPREG 32 macro 304 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/Linux-v4.19/arch/mips/include/asm/ |
D | elf.h | 207 #define ELF_NFPREG 33 macro 213 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
|
/Linux-v4.19/arch/ia64/kernel/ |
D | ptrace.c | 2121 .n = ELF_NFPREG,
|