Searched refs:elf_fpregset_t (Results 1 - 25 of 38) sorted by last modified time

12

/linux-master/arch/mips/kernel/
H A Dptrace.c519 if (pos + count > sizeof(elf_fpregset_t))
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c1372 elf_fpregset_t fpu; /* NT_PRFPREG */
H A Dbinfmt_elf.c1767 elf_fpregset_t *fpu;
1776 fpu = kzalloc(sizeof(elf_fpregset_t), GFP_KERNEL);
/linux-master/arch/arm64/include/asm/
H A Delf.h152 typedef struct user_fpsimd_state elf_fpregset_t; typedef in typeref:struct:user_fpsimd_state
/linux-master/arch/x86/include/asm/
H A Delf.h21 typedef struct user_i387_struct elf_fpregset_t; typedef in typeref:struct:user_i387_struct
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c303 elf_fpregset_t nt_fpregset;
341 size += nt_size(NT_PRFPREG, sizeof(elf_fpregset_t));
/linux-master/arch/arm/include/asm/
H A Delf.h22 typedef struct user_fp elf_fpregset_t; typedef in typeref:struct:user_fp
/linux-master/arch/loongarch/include/asm/
H A Delf.h157 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
/linux-master/arch/x86/um/asm/
H A Delf.h200 typedef struct user_i387_struct elf_fpregset_t; typedef in typeref:struct:user_i387_struct
/linux-master/arch/um/kernel/
H A Dprocess.c388 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu)
/linux-master/arch/parisc/include/asm/
H A Delf.h303 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
/linux-master/arch/riscv/include/uapi/asm/
H A Delf.h24 typedef union __riscv_fp_state elf_fpregset_t; typedef in typeref:union:__riscv_fp_state
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace.c140 0, sizeof(elf_fpregset_t),
146 0, sizeof(elf_fpregset_t),
/linux-master/arch/m68k/kernel/
H A Dprocess.c218 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu)
/linux-master/arch/loongarch/kernel/
H A Dptrace.c207 if (pos + count > sizeof(elf_fpregset_t))
/linux-master/arch/powerpc/include/uapi/asm/
H A Delf.h141 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
/linux-master/arch/openrisc/include/uapi/asm/
H A Delf.h56 typedef struct __or1k_fpu_state elf_fpregset_t; typedef in typeref:struct:__or1k_fpu_state
/linux-master/arch/alpha/kernel/
H A Dprocess.c339 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu)
/linux-master/arch/microblaze/kernel/
H A Dprocess.c136 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu)
/linux-master/arch/csky/kernel/
H A Dprocess.c73 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu)
/linux-master/include/linux/
H A Delfcore.h97 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu);
/linux-master/arch/alpha/include/asm/
H A Delf.h72 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
/linux-master/arch/xtensa/include/asm/
H A Delf.h87 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
/linux-master/arch/powerpc/include/asm/
H A Dsyscalls_32.h41 elf_fpregset_t mc_fregs;
/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c41 #define FP_REGS_SIZE sizeof(elf_fpregset_t)

Completed in 483 milliseconds

12