Searched refs:ptrace_sethwdebug (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace-hwbreak.c | 253 static int ptrace_sethwdebug(pid_t child_pid, struct ppc_hw_breakpoint *info) in ptrace_sethwdebug() function 360 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact() 367 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact() 374 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact() 390 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact_kernel_userspace() 408 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_range_aligned() 417 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_range_aligned() 426 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_range_aligned() 449 wh1 = ptrace_sethwdebug(child_pid, &info1); in test_multi_sethwdebug_range() 452 wh2 = ptrace_sethwdebug(child_pid, &info2); in test_multi_sethwdebug_range() [all …]
|