Searched refs:elf_core_copy_regs (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Delfcore.h77 static inline void elf_core_copy_regs(elf_gregset_t *elfregs, struct pt_regs *regs) function
92 elf_core_copy_regs(elfregs, task_pt_regs(t));
/linux-master/kernel/
H A Dcrash_core.c438 elf_core_copy_regs(&prstatus.pr_reg, regs);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c115 elf_core_copy_regs(&(prstatus->pr_reg), regs);
/linux-master/arch/powerpc/kernel/
H A Dfadump.c752 elf_core_copy_regs(&prstatus.pr_reg, regs);

Completed in 135 milliseconds