Searched refs:ptrace_set_debugreg (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | ptrace.c | 707 static int ptrace_set_debugreg(struct task_struct *tsk, int n, in ptrace_set_debugreg() function 804 ret = ptrace_set_debugreg(child, in arch_ptrace() 947 return ptrace_set_debugreg(child, regno / 4, value); in putreg32() 1195 ret = ptrace_set_debugreg(child, in x32_arch_ptrace()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace.c | 2372 static int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, in ptrace_set_debugreg() function 3124 ret = ptrace_set_debugreg(child, addr, data); in arch_ptrace()
|