Searched refs:ptrace_getregs (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/um/include/shared/ |
D | ptrace_user.h | 12 extern int ptrace_getregs(long pid, unsigned long *regs_out);
|
/linux-6.12.1/arch/x86/um/ |
D | ptrace_user.c | 9 int ptrace_getregs(long pid, unsigned long *regs_out) in ptrace_getregs() function
|
/linux-6.12.1/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-6.12.1/arch/mips/include/asm/ |
D | ptrace.h | 126 extern int ptrace_getregs(struct task_struct *child,
|
/linux-6.12.1/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-6.12.1/arch/mips/kernel/ |
D | ptrace32.c | 273 ret = ptrace_getregs(child, in compat_arch_ptrace()
|
D | ptrace.c | 74 int ptrace_getregs(struct task_struct *child, struct user_pt_regs __user *data) in ptrace_getregs() function 1280 ret = ptrace_getregs(child, datavp); in arch_ptrace()
|