Searched refs:elf_fpregset_t (Results 26 - 38 of 38) sorted by relevance

12

/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/parisc/include/asm/
H A Delf.h303 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
/linux-master/arch/loongarch/include/asm/
H A Delf.h157 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
/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/mips/include/asm/
H A Delf.h212 typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; typedef
/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/um/kernel/
H A Dprocess.c388 int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu)
/linux-master/fs/
H A Dbinfmt_elf.c1767 elf_fpregset_t *fpu;
1776 fpu = kzalloc(sizeof(elf_fpregset_t), GFP_KERNEL);
H A Dbinfmt_elf_fdpic.c1372 elf_fpregset_t fpu; /* NT_PRFPREG */
/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c41 #define FP_REGS_SIZE sizeof(elf_fpregset_t)
/linux-master/arch/loongarch/kernel/
H A Dptrace.c207 if (pos + count > sizeof(elf_fpregset_t))
/linux-master/arch/mips/kernel/
H A Dptrace.c519 if (pos + count > sizeof(elf_fpregset_t))

Completed in 130 milliseconds

12