Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/powerpc/
H A Dptrace.rst68 #define PPC_BREAKPOINT_CONDITION_NONE 0x0
102 p.condition_mode = PPC_BREAKPOINT_CONDITION_NONE;
112 p.condition_mode = PPC_BREAKPOINT_CONDITION_NONE;
132 p.condition_mode = PPC_BREAKPOINT_CONDITION_NONE;
145 p.condition_mode = PPC_BREAKPOINT_CONDITION_NONE;
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h262 #define PPC_BREAKPOINT_CONDITION_NONE 0x00000000 macro
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c456 if (bp_info->condition_mode != PPC_BREAKPOINT_CONDITION_NONE) in ppc_set_hwdebug()
462 bp_info->condition_mode != PPC_BREAKPOINT_CONDITION_NONE) in ppc_set_hwdebug()
H A Dptrace-noadv.c211 bp_info->condition_mode != PPC_BREAKPOINT_CONDITION_NONE) in ppc_set_hwdebug()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c162 info->condition_mode = PPC_BREAKPOINT_CONDITION_NONE; in ppc_ptrace_init_breakpoint()
H A Dptrace-hwbreak.c341 info->condition_mode = PPC_BREAKPOINT_CONDITION_NONE; in get_ppc_hw_breakpoint()