Searched refs:ptrace_set_debugreg (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-hwbreak.c | 246 static void ptrace_set_debugreg(pid_t child_pid, unsigned long wp_addr) in ptrace_set_debugreg() function 288 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg() 298 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg() 309 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg() 314 ptrace_set_debugreg(child_pid, 0); in test_set_debugreg() 328 ptrace_set_debugreg(child_pid, wp_addr); in test_set_debugreg_kernel_userspace() 332 ptrace_set_debugreg(child_pid, 0); in test_set_debugreg_kernel_userspace()
|
/linux/arch/x86/kernel/ |
H 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()
|
/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-decl.h | 181 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data);
|
H 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
|
H A D | ptrace.c | 116 ret = ptrace_set_debugreg(child, addr, data); in arch_ptrace()
|
H 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
|