Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/ !
Dptrace.c751 int ptrace_set_debugreg(struct task_struct *tsk, int n, unsigned long val) in ptrace_set_debugreg() function
857 ret = ptrace_set_debugreg(child, in arch_ptrace()
997 return ptrace_set_debugreg(child, regno / 4, value); in putreg32()
/linux-2.6.39/arch/powerpc/kernel/ !
Dptrace.c898 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, in ptrace_set_debugreg() function
1604 ret = ptrace_set_debugreg(child, addr, data); in arch_ptrace()