Searched refs:ptrace_set_debugreg (Results 1 – 5 of 5) sorted by relevance
| /arch/powerpc/kernel/ptrace/ |
| A D | ptrace-decl.h | 181 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data);
|
| A D | ptrace-noadv.c | 78 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data) in ptrace_set_debugreg() function
|
| A D | ptrace.c | 116 ret = ptrace_set_debugreg(child, addr, data); in arch_ptrace()
|
| A D | ptrace-adv.c | 83 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data) in ptrace_set_debugreg() function
|
| /arch/x86/kernel/ |
| A D | ptrace.c | 669 static int ptrace_set_debugreg(struct task_struct *tsk, int n, in ptrace_set_debugreg() function 775 ret = ptrace_set_debugreg(child, in arch_ptrace() 943 return ptrace_set_debugreg(child, regno / 4, value); in putreg32() 1178 ret = ptrace_set_debugreg(child, in x32_arch_ptrace()
|
Completed in 9 milliseconds