Searched refs:ptrace_getregs (Results 1 – 10 of 10) sorted by relevance
/arch/x86/um/ |
D | ptrace_user.c | 9 int ptrace_getregs(long pid, unsigned long *regs_out) in ptrace_getregs() function
|
/arch/um/include/shared/ |
D | ptrace_user.h | 12 extern int ptrace_getregs(long pid, unsigned long *regs_out);
|
/arch/um/sys-ppc/ |
D | ptrace_user.c | 5 int ptrace_getregs(long pid, unsigned long *regs_out) in ptrace_getregs() function
|
/arch/mips/include/asm/ |
D | ptrace.h | 53 extern int ptrace_getregs(struct task_struct *child,
|
/arch/avr32/kernel/ |
D | ptrace.c | 123 static int ptrace_getregs(struct task_struct *tsk, void __user *uregs) in ptrace_getregs() function 177 ret = ptrace_getregs(child, datap); in arch_ptrace()
|
/arch/xtensa/kernel/ |
D | ptrace.c | 52 int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs() function 296 ret = ptrace_getregs(child, datap); in arch_ptrace()
|
/arch/m32r/kernel/ |
D | ptrace.c | 189 static int ptrace_getregs(struct task_struct *tsk, void __user *uregs) in ptrace_getregs() function 663 ret = ptrace_getregs(child, datap); in arch_ptrace()
|
/arch/mips/kernel/ |
D | ptrace32.c | 279 ret = ptrace_getregs(child, in compat_arch_ptrace()
|
D | ptrace.c | 65 int ptrace_getregs(struct task_struct *child, struct user_pt_regs __user *data) in ptrace_getregs() function 790 ret = ptrace_getregs(child, datavp); in arch_ptrace()
|
/arch/ia64/kernel/ |
D | ptrace.c | 822 ptrace_getregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_getregs() function 1193 return ptrace_getregs(child, in arch_ptrace()
|