Searched defs:ptrace_getregs (Results 1 - 7 of 7) sorted by relevance

/arch/x86/um/
H A Dptrace_user.c9 int ptrace_getregs(long pid, unsigned long *regs_out) function
/arch/um/sys-ppc/
H A Dptrace_user.c5 int ptrace_getregs(long pid, unsigned long *regs_out) function
/arch/avr32/kernel/
H A Dptrace.c123 static int ptrace_getregs(struct task_struct *tsk, void __user *uregs) function
177 ret = ptrace_getregs(child, datap);
/arch/mips/kernel/
H A Dptrace.c57 int ptrace_getregs(struct task_struct *child, __s64 __user *data) function
484 ret = ptrace_getregs(child, datavp);
/arch/xtensa/kernel/
H A Dptrace.c52 int ptrace_getregs(struct task_struct *child, void __user *uregs) function
287 ret = ptrace_getregs(child, datap);
/arch/m32r/kernel/
H A Dptrace.c189 static int ptrace_getregs(struct task_struct *tsk, void __user *uregs) function
664 ret = ptrace_getregs(child, datap);
/arch/ia64/kernel/
H A Dptrace.c849 ptrace_getregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) function
1220 return ptrace_getregs(child,

Completed in 563 milliseconds