Searched refs:HBP_NUM (Results 1 – 11 of 11) sorted by relevance
51 static DEFINE_PER_CPU(unsigned long, cpu_debugreg[HBP_NUM]);57 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);110 for (i = 0; i < HBP_NUM; i++) { in arch_install_hw_breakpoint()119 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()351 for (i = 0; i < HBP_NUM; i++) { in aout_dump_debugregs()379 for (i = 0; i < HBP_NUM; i++) { in flush_ptrace_hw_breakpoint()446 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()668 for (i = 0; i < HBP_NUM; i++) { in kgdb_arch_late()
569 for (i = 0; i < HBP_NUM; i++) { in ptrace_triggered()588 for (i = 0; i < HBP_NUM; i++) { in ptrace_get_dr7()659 for (i = 0; i < HBP_NUM; i++) { in ptrace_write_dr7()703 if (n < HBP_NUM) { in ptrace_get_debugreg()762 if (n < HBP_NUM) { in ptrace_set_debugreg()
44 #define HBP_NUM 4 macro48 return HBP_NUM; in hw_breakpoint_slots()
41 #define HBP_NUM 4 macro512 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];
565 #define HBP_NUM 1 macro