Symbol: HBP_NUM
arch/sh/include/asm/hw_breakpoint.h
51
#define hw_breakpoint_slots(type) (HBP_NUM)
arch/sh/include/asm/processor_32.h
100
struct perf_event *ptrace_bps[HBP_NUM];
arch/sh/kernel/hw_breakpoint.c
29
static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);
arch/sh/kernel/hw_breakpoint.c
405
WARN_ON(ubc->num_events > HBP_NUM);
arch/x86/include/asm/hw_breakpoint.h
47
#define hw_breakpoint_slots(type) (HBP_NUM)
arch/x86/include/asm/processor.h
477
struct perf_event *ptrace_bps[HBP_NUM];
arch/x86/kernel/hw_breakpoint.c
105
for (i = 0; i < HBP_NUM; i++) {
arch/x86/kernel/hw_breakpoint.c
114
if (WARN_ONCE(i == HBP_NUM, "Can't find any breakpoint slot"))
arch/x86/kernel/hw_breakpoint.c
153
for (i = 0; i < HBP_NUM; i++) {
arch/x86/kernel/hw_breakpoint.c
162
if (WARN_ONCE(i == HBP_NUM, "Can't find any breakpoint slot"))
arch/x86/kernel/hw_breakpoint.c
44
static DEFINE_PER_CPU(unsigned long, cpu_debugreg[HBP_NUM]);
arch/x86/kernel/hw_breakpoint.c
475
for (i = 0; i < HBP_NUM; i++) {
arch/x86/kernel/hw_breakpoint.c
50
static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);
arch/x86/kernel/hw_breakpoint.c
528
for (i = 0; i < HBP_NUM; ++i) {
arch/x86/kernel/kgdb.c
185
} breakinfo[HBP_NUM];
arch/x86/kernel/kgdb.c
193
for (breakno = 0; breakno < HBP_NUM; breakno++) {
arch/x86/kernel/kgdb.c
280
for (i = 0; i < HBP_NUM; i++)
arch/x86/kernel/kgdb.c
283
if (i == HBP_NUM)
arch/x86/kernel/kgdb.c
301
for (i = 0; i < HBP_NUM; i++) {
arch/x86/kernel/kgdb.c
325
for (i = 0; i < HBP_NUM; i++)
arch/x86/kernel/kgdb.c
328
if (i == HBP_NUM)
arch/x86/kernel/kgdb.c
389
for (i = 0; i < HBP_NUM; i++) {
arch/x86/kernel/kgdb.c
654
for (i = 0; i < HBP_NUM; i++) {
arch/x86/kernel/ptrace.c
482
for (i = 0; i < HBP_NUM; i++) {
arch/x86/kernel/ptrace.c
501
for (i = 0; i < HBP_NUM; i++) {
arch/x86/kernel/ptrace.c
572
for (i = 0; i < HBP_NUM; i++) {
arch/x86/kernel/ptrace.c
616
if (n < HBP_NUM) {
arch/x86/kernel/ptrace.c
617
int index = array_index_nospec(n, HBP_NUM);
arch/x86/kernel/ptrace.c
676
if (n < HBP_NUM) {