Home
last modified time | relevance | path

Searched refs:elf_core_copy_fpregs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/um/asm/
Delf.h205 extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);
207 #define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)
/linux-4.4.14/arch/um/kernel/
Dprocess.c401 int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_fpregs() function