Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c245 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/
Dptrace.c649 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/
Dptrace-decl.h175 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data);
Dptrace-noadv.c78 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data) in ptrace_set_debugreg() function
Dptrace.c119 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