Searched refs:HBP_NUM (Results 1 – 11 of 11) sorted by relevance
52 static DEFINE_PER_CPU(unsigned long, cpu_debugreg[HBP_NUM]);58 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);111 for (i = 0; i < HBP_NUM; i++) { in arch_install_hw_breakpoint()120 if (WARN_ONCE(i == HBP_NUM, "Can't find any breakpoint slot")) in arch_install_hw_breakpoint()151 for (i = 0; i < HBP_NUM; i++) { in arch_uninstall_hw_breakpoint()160 if (WARN_ONCE(i == HBP_NUM, "Can't find any breakpoint slot")) in arch_uninstall_hw_breakpoint()380 for (i = 0; i < HBP_NUM; i++) { in aout_dump_debugregs()408 for (i = 0; i < HBP_NUM; i++) { in flush_ptrace_hw_breakpoint()475 for (i = 0; i < HBP_NUM; ++i) { in hw_breakpoint_handler()
201 } breakinfo[HBP_NUM];209 for (breakno = 0; breakno < HBP_NUM; breakno++) { in kgdb_correct_hw_break()296 for (i = 0; i < HBP_NUM; i++) in kgdb_remove_hw_break()299 if (i == HBP_NUM) in kgdb_remove_hw_break()317 for (i = 0; i < HBP_NUM; i++) { in kgdb_remove_all_hw_break()341 for (i = 0; i < HBP_NUM; i++) in kgdb_set_hw_break()344 if (i == HBP_NUM) in kgdb_set_hw_break()405 for (i = 0; i < HBP_NUM; i++) { in kgdb_disable_hw_debug()673 for (i = 0; i < HBP_NUM; i++) { in kgdb_arch_late()
567 for (i = 0; i < HBP_NUM; i++) { in ptrace_triggered()586 for (i = 0; i < HBP_NUM; i++) { in ptrace_get_dr7()657 for (i = 0; i < HBP_NUM; i++) { in ptrace_write_dr7()701 if (n < HBP_NUM) { in ptrace_get_debugreg()760 if (n < HBP_NUM) { in ptrace_set_debugreg()
44 #define HBP_NUM 4 macro48 return HBP_NUM; in hw_breakpoint_slots()
42 #define HBP_NUM 4 macro394 struct perf_event *ptrace_bps[HBP_NUM];
48 #define HBP_NUM 2 macro52 return HBP_NUM; in hw_breakpoint_slots()
105 struct perf_event *ptrace_bps[HBP_NUM];
31 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);418 WARN_ON(ubc->num_events > HBP_NUM); in register_sh_ubc()
50 return HBP_NUM; in hw_breakpoint_slots()
235 struct perf_event *ptrace_bps[HBP_NUM];
567 #define HBP_NUM 1 macro