Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/um/asm/
Delf.h204 extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);
206 #define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)
/Linux-v5.10/arch/um/kernel/
Dprocess.c404 int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_fpregs() function