Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/ptrace/
A 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()
A Dptrace-decl.h162 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data);
A Dptrace.c62 ret = ptrace_get_reg(child, (int) index, &tmp); in arch_ptrace()
A Dptrace-view.c160 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg() function

Completed in 6 milliseconds