Home
last modified time | relevance | path

Searched refs:ptrace_get_reg (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/powerpc/kernel/ptrace/
Dptrace32.c87 ret = ptrace_get_reg(child, index, &tmp); in compat_arch_ptrace()
141 ret = ptrace_get_reg(child, numReg, &tmp2); in compat_arch_ptrace()
228 ret = ptrace_get_reg(child, numReg, &freg); in compat_arch_ptrace()
Dptrace-decl.h168 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data);
Dptrace.c59 ret = ptrace_get_reg(child, (int) index, &tmp); in arch_ptrace()
Dptrace-view.c160 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg() function