Home
last modified time | relevance | path

Searched refs:elf_core_copy_regs (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Delfcore.h77 static inline void elf_core_copy_regs(elf_gregset_t *elfregs, struct pt_regs *regs) in elf_core_copy_regs() function
92 elf_core_copy_regs(elfregs, task_pt_regs(t)); in elf_core_copy_task_regs()
/openbmc/qemu/linux-user/
H A Delfload.c189 static void elf_core_copy_regs(target_elf_gregset_t *regs, const CPUX86State *env) in elf_core_copy_regs() function
296 static void elf_core_copy_regs(target_elf_gregset_t *regs, const CPUX86State *env) in elf_core_copy_regs() function
391 static void elf_core_copy_regs(target_elf_gregset_t *regs, const CPUARMState *env) in elf_core_copy_regs() function
703 static void elf_core_copy_regs(target_elf_gregset_t *regs, in elf_core_copy_regs() function
1283 static void elf_core_copy_regs(target_elf_gregset_t *regs, in elf_core_copy_regs() function
1533 static void elf_core_copy_regs(target_elf_gregset_t *regs, const CPUMBState *env) in elf_core_copy_regs() function
1571 static void elf_core_copy_regs(target_elf_gregset_t *regs, in elf_core_copy_regs() function
1615 static inline void elf_core_copy_regs(target_elf_gregset_t *regs, in elf_core_copy_regs() function
1835 static void elf_core_copy_regs(target_elf_gregset_t *regs, in elf_core_copy_regs() function
1994 static void elf_core_copy_regs(target_elf_gregset_t *regs, in elf_core_copy_regs() function
[all …]
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c115 elf_core_copy_regs(&(prstatus->pr_reg), regs); in fill_prstatus()
/openbmc/linux/kernel/
H A Dkexec_core.c1218 elf_core_copy_regs(&prstatus.pr_reg, regs); in crash_save_cpu()
/openbmc/linux/arch/powerpc/kernel/
H A Dfadump.c762 elf_core_copy_regs(&prstatus.pr_reg, regs); in fadump_regs_to_elf_notes()