Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/uapi/asm/
Dptrace.h199 #define PPC_PTRACE_GETHWDBGINFO 0x89 macro
/linux-5.19.10/arch/powerpc/kernel/ptrace/
Dptrace32.c293 case PPC_PTRACE_GETHWDBGINFO: in compat_arch_ptrace()
Dptrace.c89 case PPC_PTRACE_GETHWDBGINFO: { in arch_ptrace()
/linux-5.19.10/Documentation/powerpc/
Ddawr-power9.rst34 PPC_PTRACE_GETHWDBGINFO call. This results in GDB falling back to
/linux-5.19.10/tools/testing/selftests/powerpc/ptrace/
Dptrace-perf-hwbreak.c624 if (ptrace(PPC_PTRACE_GETHWDBGINFO, child_pid, NULL, dbginfo)) { in get_dbginfo()
Dptrace-hwbreak.c53 if (ptrace(PPC_PTRACE_GETHWDBGINFO, child_pid, NULL, dbginfo)) { in get_dbginfo()
Dperf-hwbreak.c794 if (ptrace(PPC_PTRACE_GETHWDBGINFO, child_pid, NULL, &dbginfo)) { in get_nr_wps()