Searched refs:ptrace_set_debugreg (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dptrace.c735 int ptrace_set_debugreg(struct task_struct *tsk, int n, unsigned long val) function
842 ret = ptrace_set_debugreg(child,
982 return ptrace_set_debugreg(child, regno / 4, value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dptrace.c889 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, function
1573 ret = ptrace_set_debugreg(child, addr, data);

Completed in 65 milliseconds