Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace32.c86 ret = ptrace_get_reg(child, index, &tmp); in compat_arch_ptrace()
141 ret = ptrace_get_reg(child, numReg, &tmp2); in compat_arch_ptrace()
230 ret = ptrace_get_reg(child, numReg, &freg); in compat_arch_ptrace()
H A Dptrace.c70 ret = ptrace_get_reg(child, (int) index, &tmp); in arch_ptrace()
H A Dptrace-view.c159 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dptrace.h160 extern int ptrace_get_reg(struct task_struct *task, int regno,