Searched refs:HBP_NUM (Results 1 – 11 of 11) sorted by relevance
53 static DEFINE_PER_CPU(unsigned long, cpu_debugreg[HBP_NUM]);59 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);112 for (i = 0; i < HBP_NUM; i++) { in arch_install_hw_breakpoint()121 if (WARN_ONCE(i == HBP_NUM, "Can't find any breakpoint slot")) in arch_install_hw_breakpoint()152 for (i = 0; i < HBP_NUM; i++) { in arch_uninstall_hw_breakpoint()161 if (WARN_ONCE(i == HBP_NUM, "Can't find any breakpoint slot")) in arch_uninstall_hw_breakpoint()388 for (i = 0; i < HBP_NUM; i++) { in aout_dump_debugregs()416 for (i = 0; i < HBP_NUM; i++) { in flush_ptrace_hw_breakpoint()483 for (i = 0; i < HBP_NUM; ++i) { in hw_breakpoint_handler()
202 } breakinfo[HBP_NUM];210 for (breakno = 0; breakno < HBP_NUM; breakno++) { in kgdb_correct_hw_break()297 for (i = 0; i < HBP_NUM; i++) in kgdb_remove_hw_break()300 if (i == HBP_NUM) in kgdb_remove_hw_break()318 for (i = 0; i < HBP_NUM; i++) { in kgdb_remove_all_hw_break()342 for (i = 0; i < HBP_NUM; i++) in kgdb_set_hw_break()345 if (i == HBP_NUM) in kgdb_set_hw_break()406 for (i = 0; i < HBP_NUM; i++) { in kgdb_disable_hw_debug()674 for (i = 0; i < HBP_NUM; i++) { in kgdb_arch_late()
521 for (i = 0; i < HBP_NUM; i++) { in ptrace_triggered()540 for (i = 0; i < HBP_NUM; i++) { in ptrace_get_dr7()611 for (i = 0; i < HBP_NUM; i++) { in ptrace_write_dr7()655 if (n < HBP_NUM) { in ptrace_get_debugreg()714 if (n < HBP_NUM) { in ptrace_set_debugreg()
45 #define HBP_NUM 4 macro49 return HBP_NUM; in hw_breakpoint_slots()
44 #define HBP_NUM 4 macro484 struct perf_event *ptrace_bps[HBP_NUM];
49 #define HBP_NUM 2 macro53 return HBP_NUM; in hw_breakpoint_slots()
106 struct perf_event *ptrace_bps[HBP_NUM];
32 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);407 WARN_ON(ubc->num_events > HBP_NUM); in register_sh_ubc()
51 return HBP_NUM; in hw_breakpoint_slots()
267 struct perf_event *ptrace_bps[HBP_NUM];
612 #define HBP_NUM 1 macro