Searched refs:ia64_elf_core_copy_regs (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Delf.h76 extern void ia64_elf_core_copy_regs (struct pt_regs *src, elf_gregset_t dst);
77 #define ELF_CORE_COPY_REGS(_dest,_regs) ia64_elf_core_copy_regs(_regs, _dest);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Delf.h76 extern void ia64_elf_core_copy_regs (struct pt_regs *src, elf_gregset_t dst);
77 #define ELF_CORE_COPY_REGS(_dest,_regs) ia64_elf_core_copy_regs(_regs, _dest);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dprocess.c430 ia64_elf_core_copy_regs (struct pt_regs *pt, elf_gregset_t dst) function

Completed in 37 milliseconds