Home
last modified time | relevance | path

Searched refs:HBP_NUM (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/arch/x86/kernel/
Dhw_breakpoint.c53 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()
Dkgdb.c199 } 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()
Dptrace.c542 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()
/linux-2.6.39/arch/x86/include/asm/
Dhw_breakpoint.h42 #define HBP_NUM 4 macro
46 return HBP_NUM; in hw_breakpoint_slots()
Dprocessor.h33 #define HBP_NUM 4 macro
447 struct perf_event *ptrace_bps[HBP_NUM];
/linux-2.6.39/arch/sh/include/asm/
Dhw_breakpoint.h47 #define HBP_NUM 2 macro
51 return HBP_NUM; in hw_breakpoint_slots()
Dprocessor_32.h105 struct perf_event *ptrace_bps[HBP_NUM];
/linux-2.6.39/arch/sh/kernel/
Dhw_breakpoint.c30 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);
417 WARN_ON(ubc->num_events > HBP_NUM); in register_sh_ubc()
/linux-2.6.39/arch/powerpc/kernel/
Dhw_breakpoint.c52 return HBP_NUM; in hw_breakpoint_slots()
/linux-2.6.39/arch/powerpc/include/asm/
Dprocessor.h211 struct perf_event *ptrace_bps[HBP_NUM];
Dcputable.h542 #define HBP_NUM 1 macro