Searched refs:ptrace_getregs (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/x86/um/ |
D | ptrace_user.c | 9 int ptrace_getregs(long pid, unsigned long *regs_out) in ptrace_getregs() function
|
/linux-6.1.9/arch/um/include/shared/ |
D | ptrace_user.h | 12 extern int ptrace_getregs(long pid, unsigned long *regs_out);
|
/linux-6.1.9/arch/mips/include/asm/ |
D | ptrace.h | 125 extern int ptrace_getregs(struct task_struct *child,
|
/linux-6.1.9/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 1272 ret = ptrace_getregs(child, datavp); in arch_ptrace()
|
/linux-6.1.9/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.1.9/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()
|