Searched refs:ptrace_getregs (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/x86/um/ |
D | ptrace_user.c | 9 int ptrace_getregs(long pid, unsigned long *regs_out) in ptrace_getregs() function
|
/Linux-v5.4/arch/um/include/shared/ |
D | ptrace_user.h | 12 extern int ptrace_getregs(long pid, unsigned long *regs_out);
|
/Linux-v5.4/arch/mips/include/asm/ |
D | ptrace.h | 125 extern int ptrace_getregs(struct task_struct *child,
|
/Linux-v5.4/arch/xtensa/kernel/ |
D | ptrace.c | 245 static int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs() function 514 ret = ptrace_getregs(child, datap); in arch_ptrace()
|
/Linux-v5.4/arch/mips/kernel/ |
D | ptrace32.c | 274 ret = ptrace_getregs(child, in compat_arch_ptrace()
|
D | ptrace.c | 69 int ptrace_getregs(struct task_struct *child, struct user_pt_regs __user *data) in ptrace_getregs() function 1362 ret = ptrace_getregs(child, datavp); in arch_ptrace()
|
/Linux-v5.4/arch/ia64/kernel/ |
D | ptrace.c | 828 ptrace_getregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_getregs() function 1200 return ptrace_getregs(child, in arch_ptrace()
|