Home
last modified time | relevance | path

Searched refs:HBP_NUM_MAX (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhw_breakpoint.c34 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM_MAX]);
133 static DEFINE_PER_CPU(struct breakpoint *, cpu_bps[HBP_NUM_MAX]);
561 struct perf_event *bp[HBP_NUM_MAX] = { NULL }; in hw_breakpoint_handler()
563 struct arch_hw_breakpoint *info[HBP_NUM_MAX] = { NULL }; in hw_breakpoint_handler()
565 int hit[HBP_NUM_MAX] = {0}; in hw_breakpoint_handler()
H A Dprocess.c689 static DEFINE_PER_CPU(struct arch_hw_breakpoint, current_brk[HBP_NUM_MAX]);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dprocessor.h178 struct perf_event *ptrace_bps[HBP_NUM_MAX];
183 struct perf_event *last_hit_ubp[HBP_NUM_MAX];
185 struct arch_hw_breakpoint hw_brk[HBP_NUM_MAX]; /* hardware breakpoint info */
H A Dcputable.h625 #define HBP_NUM_MAX 2 macro
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dhw_breakpoint.c34 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM_MAX]);
380 struct perf_event *bp[HBP_NUM_MAX] = { NULL }; in hw_breakpoint_handler()
383 int hit[HBP_NUM_MAX] = {0}; in hw_breakpoint_handler()
H A Dprocess.c686 static DEFINE_PER_CPU(struct arch_hw_breakpoint, current_brk[HBP_NUM_MAX]);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dprocessor.h174 struct perf_event *ptrace_bps[HBP_NUM_MAX];
176 struct arch_hw_breakpoint hw_brk[HBP_NUM_MAX]; /* hardware breakpoint info */
H A Dcputable.h605 #define HBP_NUM_MAX 2 macro
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon.c115 static struct bpt dabr[HBP_NUM_MAX];
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c115 static struct bpt dabr[HBP_NUM_MAX];

Completed in 20 milliseconds