Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c39 ret = ptrace(PPC_PTRACE_GETHWDBGINFO, child_pid, NULL, &dbginfo); in get_dbginfo()
275 i = ptrace(PPC_PTRACE_GETHWDBGINFO, child_pid, NULL, &dbginfo); in launch_tests()
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dptrace.h190 #define PPC_PTRACE_GETHWDBGINFO 0x89 macro
/Linux-v4.19/Documentation/powerpc/
DDAWR-POWER9.txt25 PPC_PTRACE_GETHWDBGINFO call. This results in GDB falling back to
/Linux-v4.19/arch/powerpc/kernel/
Dptrace32.c306 case PPC_PTRACE_GETHWDBGINFO: in compat_arch_ptrace()
Dptrace.c3046 case PPC_PTRACE_GETHWDBGINFO: { in arch_ptrace()