Home
last modified time | relevance | path

Searched defs:elf_core_copy_regs (Results 1 – 2 of 2) sorted by relevance

/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
1222 static void elf_core_copy_regs(target_elf_gregset_t *regs, const CPUPPCState *env) 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
[all …]
/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