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()150 for (i = 0; i < HBP_NUM; i++) { in arch_uninstall_hw_breakpoint()159 if (WARN_ONCE(i == HBP_NUM, "Can't find any breakpoint slot")) in arch_uninstall_hw_breakpoint()364 for (i = 0; i < HBP_NUM; i++) { in aout_dump_debugregs()392 for (i = 0; i < HBP_NUM; i++) { in flush_ptrace_hw_breakpoint()456 for (i = 0; i < HBP_NUM; ++i) { in hw_breakpoint_handler()
199 } breakinfo[HBP_NUM];207 for (breakno = 0; breakno < HBP_NUM; breakno++) { in kgdb_correct_hw_break()294 for (i = 0; i < HBP_NUM; i++) in kgdb_remove_hw_break()297 if (i == HBP_NUM) in kgdb_remove_hw_break()315 for (i = 0; i < HBP_NUM; i++) { in kgdb_remove_all_hw_break()339 for (i = 0; i < HBP_NUM; i++) in kgdb_set_hw_break()342 if (i == HBP_NUM) in kgdb_set_hw_break()403 for (i = 0; i < HBP_NUM; i++) { in kgdb_disable_hw_debug()638 for (i = 0; i < HBP_NUM; i++) { in kgdb_arch_late()
542 for (i = 0; i < HBP_NUM; i++) { in ptrace_triggered()561 for (i = 0; i < HBP_NUM; i++) { in ptrace_get_dr7()621 for (i = 0; i < HBP_NUM; i++) { in ptrace_write_dr7()675 if (n < HBP_NUM) { in ptrace_get_debugreg()764 if (n < HBP_NUM) { in ptrace_set_debugreg()
42 #define HBP_NUM 4 macro46 return HBP_NUM; in hw_breakpoint_slots()
33 #define HBP_NUM 4 macro447 struct perf_event *ptrace_bps[HBP_NUM];
47 #define HBP_NUM 2 macro51 return HBP_NUM; in hw_breakpoint_slots()
105 struct perf_event *ptrace_bps[HBP_NUM];
30 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);417 WARN_ON(ubc->num_events > HBP_NUM); in register_sh_ubc()
52 return HBP_NUM; in hw_breakpoint_slots()
211 struct perf_event *ptrace_bps[HBP_NUM];
542 #define HBP_NUM 1 macro