Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h201 #define PPC_PTRACE_DELHWDEBUG 0x87 macro
/openbmc/linux/Documentation/powerpc/
H A Dptrace.rst91 watchpoint just created. This integer will be used in the PPC_PTRACE_DELHWDEBUG
153 3. PPC_PTRACE_DELHWDEBUG
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace32.c295 case PPC_PTRACE_DELHWDEBUG: in compat_arch_ptrace()
H A Dptrace.c109 case PPC_PTRACE_DELHWDEBUG: { in arch_ptrace()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c81 return sys_ptrace(PPC_PTRACE_DELHWDEBUG, pid, 0L, bp_id); in ppc_ptrace_delhwdbg()
H A Dptrace-hwbreak.c267 if (ptrace(PPC_PTRACE_DELHWDEBUG, child_pid, 0, wh) < 0) { in ptrace_delhwdebug()