Home
last modified time | relevance | path

Searched refs:HBP_NUM_MAX (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/
A Dprocessor.h171 struct perf_event *ptrace_bps[HBP_NUM_MAX];
176 struct perf_event *last_hit_ubp[HBP_NUM_MAX];
178 struct arch_hw_breakpoint hw_brk[HBP_NUM_MAX]; /* hardware breakpoint info */
A Dcputable.h598 #define HBP_NUM_MAX 2 macro
/linux/arch/powerpc/kernel/
A Dhw_breakpoint.c33 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM_MAX]);
132 static DEFINE_PER_CPU(struct breakpoint *, cpu_bps[HBP_NUM_MAX]);
612 struct perf_event *bp[HBP_NUM_MAX] = { NULL }; in hw_breakpoint_handler()
614 struct arch_hw_breakpoint *info[HBP_NUM_MAX] = { NULL }; in hw_breakpoint_handler()
616 int hit[HBP_NUM_MAX] = {0}; in hw_breakpoint_handler()
A Dprocess.c689 static DEFINE_PER_CPU(struct arch_hw_breakpoint, current_brk[HBP_NUM_MAX]);
/linux/arch/powerpc/xmon/
A Dxmon.c118 static struct bpt dabr[HBP_NUM_MAX];

Completed in 17 milliseconds