Home
last modified time | relevance | path

Searched refs:ptrace_getregs (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c49 static long ptrace_getregs(pid_t pid, struct pt_regs *result) in ptrace_getregs() function
89 err = ptrace_getregs(pid, &regs); in ptrace_getreg_pc()
103 err = ptrace_getregs(pid, &regs); in ptrace_setreg_pc()
/linux/arch/um/include/shared/
H A Dptrace_user.h12 extern int ptrace_getregs(long pid, unsigned long *regs_out);
/linux/arch/x86/um/
H A Dptrace_user.c9 int ptrace_getregs(long pid, unsigned long *regs_out) in ptrace_getregs() function
/linux/arch/xtensa/kernel/
H A Dptrace.c244 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/arch/mips/kernel/
H A Dptrace32.c273 ret = ptrace_getregs(child, in compat_arch_ptrace()
H A Dptrace.c74 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()