Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c374 get_ppc_hw_breakpoint(&info, PPC_BREAKPOINT_TRIGGER_RW, wp_addr, 0); in test_sethwdebug_exact()
426 get_ppc_hw_breakpoint(&info, PPC_BREAKPOINT_TRIGGER_RW, wp_addr, len); in test_sethwdebug_range_aligned()
525 get_ppc_hw_breakpoint(&info, PPC_BREAKPOINT_TRIGGER_RW, wp_addr, len); in test_sethwdebug_range_unaligned()
562 get_ppc_hw_breakpoint(&info, PPC_BREAKPOINT_TRIGGER_RW, wp_addr, len); in test_sethwdebug_dawr_max_range()
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c209 if ((bp_info->trigger_type & PPC_BREAKPOINT_TRIGGER_RW) == 0 || in ppc_set_hwdebug()
210 (bp_info->trigger_type & ~PPC_BREAKPOINT_TRIGGER_RW) != 0 || in ppc_set_hwdebug()
H A Dptrace-adv.c449 PPC_BREAKPOINT_TRIGGER_RW)) || in ppc_set_hwdebug()
/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h247 #define PPC_BREAKPOINT_TRIGGER_RW \ macro
/linux/Documentation/arch/powerpc/
H A Dptrace.rst140 p.trigger_type = PPC_BREAKPOINT_TRIGGER_RW;