Home
last modified time | relevance | path

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

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