Home
last modified time | relevance | path

Searched refs:ELF_NFPREG (Results 1 – 17 of 17) sorted by relevance

/arch/c6x/include/asm/
Delf.h23 #define ELF_NFPREG 1 macro
26 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
/arch/microblaze/include/uapi/asm/
Delf.h62 #define ELF_NFPREG 33 /* includes fsr */ macro
64 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
/arch/mips/kernel/
Dbinfmt_elfn32.c23 #define ELF_NFPREG 33 macro
29 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
Dbinfmt_elfo32.c23 #define ELF_NFPREG 33 macro
29 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
Dptrace.c700 .n = ELF_NFPREG,
731 .n = ELF_NFPREG,
/arch/alpha/include/asm/
Delf.h65 #define ELF_NFPREG 32 macro
71 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
/arch/parisc/kernel/
Dptrace.c389 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/
Delf.h35 #define ELF_NFPREG 0 macro
37 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
/arch/mn10300/include/asm/
Delf.h48 #define ELF_NFPREG 32 macro
52 elf_fpreg_t fpregs[ELF_NFPREG];
/arch/powerpc/kernel/
Dsignal_32.c268 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 …]
Dptrace.c1839 .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/
Delf.h96 #define ELF_NFPREG 18 macro
99 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
/arch/ia64/include/asm/
Delf.h155 #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/
Delf.h93 #define ELF_NFPREG 33 /* includes fpscr */ macro
137 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
/arch/parisc/include/asm/
Delf.h300 #define ELF_NFPREG 32 macro
302 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
/arch/mips/include/asm/
Delf.h205 #define ELF_NFPREG 33 macro
211 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG];
/arch/ia64/kernel/
Dptrace.c2118 .n = ELF_NFPREG,