Searched refs:get_ppc_hw_breakpoint (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace-hwbreak.c | 335 static void get_ppc_hw_breakpoint(struct ppc_hw_breakpoint *info, int type, in get_ppc_hw_breakpoint() function 359 get_ppc_hw_breakpoint(&info, PPC_BREAKPOINT_TRIGGER_WRITE, wp_addr, 0); in test_sethwdebug_exact() 366 get_ppc_hw_breakpoint(&info, PPC_BREAKPOINT_TRIGGER_READ, wp_addr, 0); in test_sethwdebug_exact() 373 get_ppc_hw_breakpoint(&info, PPC_BREAKPOINT_TRIGGER_RW, wp_addr, 0); in test_sethwdebug_exact() 389 get_ppc_hw_breakpoint(&info, PPC_BREAKPOINT_TRIGGER_WRITE, wp_addr, 0); in test_sethwdebug_exact_kernel_userspace() 407 get_ppc_hw_breakpoint(&info, PPC_BREAKPOINT_TRIGGER_WRITE, wp_addr, len); in test_sethwdebug_range_aligned() 416 get_ppc_hw_breakpoint(&info, PPC_BREAKPOINT_TRIGGER_READ, wp_addr, len); in test_sethwdebug_range_aligned() 425 get_ppc_hw_breakpoint(&info, PPC_BREAKPOINT_TRIGGER_RW, wp_addr, len); in test_sethwdebug_range_aligned() 445 get_ppc_hw_breakpoint(&info1, PPC_BREAKPOINT_TRIGGER_WRITE, wp_addr1, len1); in test_multi_sethwdebug_range() 446 get_ppc_hw_breakpoint(&info2, PPC_BREAKPOINT_TRIGGER_READ, wp_addr2, len2); in test_multi_sethwdebug_range() [all …]
|