Searched refs:ptrace_delhwdebug (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace-hwbreak.c | 264 static void ptrace_delhwdebug(pid_t child_pid, int wh) in ptrace_delhwdebug() function 363 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_exact() 370 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_exact() 377 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_exact() 393 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_exact_kernel_userspace() 411 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_range_aligned() 420 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_range_aligned() 429 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_range_aligned() 460 ptrace_delhwdebug(child_pid, wh1); in test_multi_sethwdebug_range() 461 ptrace_delhwdebug(child_pid, wh2); in test_multi_sethwdebug_range() [all …]
|