Searched refs:ptrace_set_debugreg (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 245 static void ptrace_set_debugreg(pid_t child_pid, unsigned long wp_addr) in ptrace_set_debugreg() function 287 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg() 297 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg() 308 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg() 313 ptrace_set_debugreg(child_pid, 0); in test_set_debugreg() 327 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg_kernel_userspace() 331 ptrace_set_debugreg(child_pid, 0); in test_set_debugreg_kernel_userspace()
|
/linux-5.19.10/arch/x86/kernel/ |
D | ptrace.c | 649 static int ptrace_set_debugreg(struct task_struct *tsk, int n, in ptrace_set_debugreg() function 755 ret = ptrace_set_debugreg(child, in arch_ptrace() 923 return ptrace_set_debugreg(child, regno / 4, value); in putreg32() 1158 ret = ptrace_set_debugreg(child, in x32_arch_ptrace()
|
/linux-5.19.10/arch/powerpc/kernel/ptrace/ |
D | ptrace-decl.h | 175 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data);
|
D | ptrace-noadv.c | 78 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data) in ptrace_set_debugreg() function
|
D | ptrace.c | 119 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
|