Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/um/asm/
Delf.h207 extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);
209 #define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)
/linux-4.1.27/arch/um/kernel/
Dprocess.c399 int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_fpregs() function