HBP_NUM 173 arch/powerpc/include/asm/processor.h struct perf_event *ptrace_bps[HBP_NUM]; HBP_NUM 41 arch/powerpc/kernel/hw_breakpoint.c return HBP_NUM; HBP_NUM 53 arch/sh/include/asm/hw_breakpoint.h return HBP_NUM; HBP_NUM 100 arch/sh/include/asm/processor_32.h struct perf_event *ptrace_bps[HBP_NUM]; HBP_NUM 29 arch/sh/kernel/hw_breakpoint.c static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]); HBP_NUM 405 arch/sh/kernel/hw_breakpoint.c WARN_ON(ubc->num_events > HBP_NUM); HBP_NUM 49 arch/x86/include/asm/hw_breakpoint.h return HBP_NUM; HBP_NUM 469 arch/x86/include/asm/processor.h struct perf_event *ptrace_bps[HBP_NUM]; HBP_NUM 41 arch/x86/kernel/hw_breakpoint.c static DEFINE_PER_CPU(unsigned long, cpu_debugreg[HBP_NUM]); HBP_NUM 47 arch/x86/kernel/hw_breakpoint.c static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]); HBP_NUM 100 arch/x86/kernel/hw_breakpoint.c for (i = 0; i < HBP_NUM; i++) { HBP_NUM 109 arch/x86/kernel/hw_breakpoint.c if (WARN_ONCE(i == HBP_NUM, "Can't find any breakpoint slot")) HBP_NUM 140 arch/x86/kernel/hw_breakpoint.c for (i = 0; i < HBP_NUM; i++) { HBP_NUM 149 arch/x86/kernel/hw_breakpoint.c if (WARN_ONCE(i == HBP_NUM, "Can't find any breakpoint slot")) HBP_NUM 374 arch/x86/kernel/hw_breakpoint.c for (i = 0; i < HBP_NUM; i++) { HBP_NUM 402 arch/x86/kernel/hw_breakpoint.c for (i = 0; i < HBP_NUM; i++) { HBP_NUM 469 arch/x86/kernel/hw_breakpoint.c for (i = 0; i < HBP_NUM; ++i) { HBP_NUM 185 arch/x86/kernel/kgdb.c } breakinfo[HBP_NUM]; HBP_NUM 193 arch/x86/kernel/kgdb.c for (breakno = 0; breakno < HBP_NUM; breakno++) { HBP_NUM 280 arch/x86/kernel/kgdb.c for (i = 0; i < HBP_NUM; i++) HBP_NUM 283 arch/x86/kernel/kgdb.c if (i == HBP_NUM) HBP_NUM 301 arch/x86/kernel/kgdb.c for (i = 0; i < HBP_NUM; i++) { HBP_NUM 325 arch/x86/kernel/kgdb.c for (i = 0; i < HBP_NUM; i++) HBP_NUM 328 arch/x86/kernel/kgdb.c if (i == HBP_NUM) HBP_NUM 389 arch/x86/kernel/kgdb.c for (i = 0; i < HBP_NUM; i++) { HBP_NUM 653 arch/x86/kernel/kgdb.c for (i = 0; i < HBP_NUM; i++) { HBP_NUM 486 arch/x86/kernel/ptrace.c for (i = 0; i < HBP_NUM; i++) { HBP_NUM 505 arch/x86/kernel/ptrace.c for (i = 0; i < HBP_NUM; i++) { HBP_NUM 576 arch/x86/kernel/ptrace.c for (i = 0; i < HBP_NUM; i++) { HBP_NUM 620 arch/x86/kernel/ptrace.c if (n < HBP_NUM) { HBP_NUM 621 arch/x86/kernel/ptrace.c int index = array_index_nospec(n, HBP_NUM); HBP_NUM 680 arch/x86/kernel/ptrace.c if (n < HBP_NUM) {