Searched refs:ptrace_set_debugreg (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 233 static void ptrace_set_debugreg(pid_t child_pid, unsigned long wp_addr) in ptrace_set_debugreg() function 275 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg() 285 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg() 296 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg() 301 ptrace_set_debugreg(child_pid, 0); in test_set_debugreg() 315 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg_kernel_userspace() 319 ptrace_set_debugreg(child_pid, 0); in test_set_debugreg_kernel_userspace()
|
/Linux-v5.10/arch/x86/kernel/ |
D | ptrace.c | 650 static int ptrace_set_debugreg(struct task_struct *tsk, int n, in ptrace_set_debugreg() function 745 ret = ptrace_set_debugreg(child, in arch_ptrace() 913 return ptrace_set_debugreg(child, regno / 4, value); in putreg32() 1148 ret = ptrace_set_debugreg(child, in x32_arch_ptrace()
|
/Linux-v5.10/arch/powerpc/kernel/ptrace/ |
D | ptrace-decl.h | 168 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data);
|
D | ptrace-noadv.c | 82 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data) in ptrace_set_debugreg() function
|
D | ptrace.c | 150 ret = ptrace_set_debugreg(child, addr, data); in arch_ptrace()
|
D | ptrace-adv.c | 83 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data) in ptrace_set_debugreg() function
|