Searched refs:ptrace_get_reg (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | ptrace32.c | 97 ret = ptrace_get_reg(child, index, &tmp); in compat_arch_ptrace() 152 ret = ptrace_get_reg(child, numReg, &tmp2); in compat_arch_ptrace() 241 ret = ptrace_get_reg(child, numReg, &freg); in compat_arch_ptrace()
|
| D | ptrace.c | 277 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg() function 3009 ret = ptrace_get_reg(child, (int) index, &tmp); in arch_ptrace()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | ptrace.h | 172 extern int ptrace_get_reg(struct task_struct *task, int regno,
|