Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c254 static int ptrace_sethwdebug(pid_t child_pid, struct ppc_hw_breakpoint *info) in ptrace_sethwdebug() function
361 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact()
368 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact()
375 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact()
391 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact_kernel_userspace()
409 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_range_aligned()
418 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_range_aligned()
427 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_range_aligned()
450 wh1 = ptrace_sethwdebug(child_pid, &info1); in test_multi_sethwdebug_range()
453 wh2 = ptrace_sethwdebug(child_pid, &info2); in test_multi_sethwdebug_range()
[all …]