Searched refs:ptrace_set_debugreg (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
H A D | ptrace.c | 755 static int ptrace_set_debugreg(struct task_struct *tsk, int n, ptrace_set_debugreg() function 852 ret = ptrace_set_debugreg(child, arch_ptrace() 992 return ptrace_set_debugreg(child, regno / 4, value); putreg32() 1173 ret = ptrace_set_debugreg(child, x32_arch_ptrace()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | ptrace.c | 935 static int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, ptrace_set_debugreg() function 1683 ret = ptrace_set_debugreg(child, addr, data); arch_ptrace()
|
Completed in 196 milliseconds