/linux/include/linux/ |
A D | elfcore.h | 101 extern int dump_fpu (struct pt_regs *, elf_fpregset_t *); 103 …ine int elf_core_copy_task_fpregs(struct task_struct *t, struct pt_regs *regs, elf_fpregset_t *fpu) in elf_core_copy_task_fpregs()
|
/linux/arch/x86/um/asm/ |
A D | elf.h | 200 typedef struct user_i387_struct elf_fpregset_t; typedef 204 extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);
|
/linux/arch/arc/include/uapi/asm/ |
A D | elf.h | 28 typedef unsigned long elf_fpregset_t; typedef
|
/linux/arch/openrisc/include/uapi/asm/ |
A D | elf.h | 57 typedef unsigned long elf_fpregset_t; typedef
|
/linux/arch/powerpc/include/uapi/asm/ |
A D | sigcontext.h | 32 elf_fpregset_t fp_regs;
|
A D | ucontext.h | 15 elf_fpregset_t mc_fregs;
|
/linux/arch/nios2/include/uapi/asm/ |
A D | elf.h | 57 typedef unsigned long elf_fpregset_t; typedef
|
/linux/arch/powerpc/kernel/ |
A D | ppc32.h | 41 elf_fpregset_t mc_fregs;
|
/linux/arch/csky/include/asm/ |
A D | elf.h | 32 typedef struct user_fp elf_fpregset_t; typedef
|
/linux/arch/h8300/include/asm/ |
A D | elf.h | 16 typedef unsigned long elf_fpregset_t; typedef
|
/linux/arch/sparc/include/asm/ |
A D | elf_32.h | 92 } elf_fpregset_t; typedef
|
A D | elf_64.h | 129 } elf_fpregset_t; typedef
|
/linux/arch/riscv/include/uapi/asm/ |
A D | elf.h | 24 typedef union __riscv_fp_state elf_fpregset_t; typedef
|
/linux/arch/microblaze/include/uapi/asm/ |
A D | elf.h | 65 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
|
/linux/arch/powerpc/kernel/ptrace/ |
A D | ptrace.c | 144 0, sizeof(elf_fpregset_t), in arch_ptrace() 150 0, sizeof(elf_fpregset_t), in arch_ptrace()
|
/linux/arch/m68k/include/asm/ |
A D | elf.h | 44 typedef struct user_m68kfp_struct elf_fpregset_t; typedef
|
/linux/arch/nds32/include/asm/ |
A D | elf.h | 114 typedef struct user_fp elf_fpregset_t; typedef
|
/linux/arch/arm/include/asm/ |
A D | elf.h | 23 typedef struct user_fp elf_fpregset_t; typedef
|
/linux/arch/alpha/include/asm/ |
A D | elf.h | 72 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
|
/linux/arch/xtensa/include/asm/ |
A D | elf.h | 87 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
|
/linux/arch/ia64/include/asm/ |
A D | elf.h | 186 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
|
/linux/arch/arm64/include/asm/ |
A D | elf.h | 152 typedef struct user_fpsimd_state elf_fpregset_t; typedef
|
/linux/arch/sh/include/asm/ |
A D | elf.h | 80 typedef struct user_fpu_struct elf_fpregset_t; typedef
|
/linux/arch/microblaze/kernel/ |
A D | process.c | 135 int dump_fpu(struct pt_regs *regs, elf_fpregset_t *fpregs) in dump_fpu()
|
/linux/arch/hexagon/include/asm/ |
A D | elf.h | 84 typedef unsigned long elf_fpregset_t; typedef
|