Searched refs:ptrace_get_reg (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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 | 275 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg() function 2996 ret = ptrace_get_reg(child, (int) index, &tmp); in arch_ptrace()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | ptrace.h | 117 extern int ptrace_get_reg(struct task_struct *task, int regno,
|