Home
last modified time | relevance | path

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

/linux-5.15/arch/x86/um/asm/
H A 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-5.15/arch/um/kernel/
H A Dprocess.c402 int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu) in elf_core_copy_fpregs() function