Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/
Dptrace32.c122 tmp = ptrace_get_reg(child, index); in compat_arch_ptrace()
175 tmp = ptrace_get_reg(child, numReg); in compat_arch_ptrace()
259 unsigned long freg = ptrace_get_reg(child, numReg); in compat_arch_ptrace()
Dptrace.c194 unsigned long ptrace_get_reg(struct task_struct *task, int regno) in ptrace_get_reg() function
1494 tmp = ptrace_get_reg(child, (int) index); in arch_ptrace()
/linux-2.6.39/arch/powerpc/include/asm/
Dptrace.h109 extern unsigned long ptrace_get_reg(struct task_struct *task, int regno);