Searched refs:ptrace_getregs (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/arch/x86/um/ |
D | ptrace_user.c | 9 int ptrace_getregs(long pid, unsigned long *regs_out) in ptrace_getregs() function
|
/Linux-v6.6/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-perf-hwbreak.c | 49 static long ptrace_getregs(pid_t pid, struct pt_regs *result) in ptrace_getregs() function 89 err = ptrace_getregs(pid, ®s); in ptrace_getreg_pc() 103 err = ptrace_getregs(pid, ®s); in ptrace_setreg_pc()
|
/Linux-v6.6/arch/um/include/shared/ |
D | ptrace_user.h | 12 extern int ptrace_getregs(long pid, unsigned long *regs_out);
|
/Linux-v6.6/arch/mips/include/asm/ |
D | ptrace.h | 125 extern int ptrace_getregs(struct task_struct *child,
|
/Linux-v6.6/arch/mips/kernel/ |
D | ptrace32.c | 273 ret = ptrace_getregs(child, in compat_arch_ptrace()
|
D | ptrace.c | 67 int ptrace_getregs(struct task_struct *child, struct user_pt_regs __user *data) in ptrace_getregs() function 1273 ret = ptrace_getregs(child, datavp); in arch_ptrace()
|
/Linux-v6.6/arch/xtensa/kernel/ |
D | ptrace.c | 244 static int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs() function 513 ret = ptrace_getregs(child, datap); in arch_ptrace()
|
/Linux-v6.6/arch/ia64/kernel/ |
D | ptrace.c | 767 ptrace_getregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_getregs() function 1142 return ptrace_getregs(child, in arch_ptrace()
|