Home
last modified time | relevance | path

Searched refs:ptrace_set_debugreg (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c233 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/
Dptrace.c650 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/
Dptrace-decl.h168 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data);
Dptrace-noadv.c82 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data) in ptrace_set_debugreg() function
Dptrace.c150 ret = ptrace_set_debugreg(child, addr, data); in arch_ptrace()
Dptrace-adv.c83 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data) in ptrace_set_debugreg() function