Home
last modified time | relevance | path

Searched refs:ARM_MAX_BRP (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/arm64/include/asm/
Dhw_breakpoint.h80 #define ARM_MAX_BRP 16 macro
85 #define AARCH64_DBG_REG_BCR (AARCH64_DBG_REG_BVR + ARM_MAX_BRP)
86 #define AARCH64_DBG_REG_WVR (AARCH64_DBG_REG_BCR + ARM_MAX_BRP)
Dprocessor.h59 struct perf_event *hbp_break[ARM_MAX_BRP];
/linux-4.1.27/arch/arm/include/asm/
Dhw_breakpoint.h75 #define ARM_MAX_BRP 16 macro
77 #define ARM_MAX_HBP_SLOTS (ARM_MAX_BRP + ARM_MAX_WRP)
/linux-4.1.27/arch/arm64/kernel/
Dptrace.c91 for (i = 0; i < ARM_MAX_BRP; ++i) { in ptrace_hbptriggered()
119 for (i = 0; i < ARM_MAX_BRP; i++) { in flush_ptrace_hw_breakpoint()
147 if (idx < ARM_MAX_BRP) in ptrace_hbp_get_event()
168 if (idx < ARM_MAX_BRP) { in ptrace_hbp_set_event()
Dhw_breakpoint.c40 static DEFINE_PER_CPU(struct perf_event *, bp_on_reg[ARM_MAX_BRP]);
/linux-4.1.27/arch/arm/kernel/
Dptrace.c367 num = (ARM_MAX_BRP << 1) - num; in ptrace_hbp_num_to_idx()
377 long mid = ARM_MAX_BRP << 1; in ptrace_hbp_idx_to_num()
Dhw_breakpoint.c42 static DEFINE_PER_CPU(struct perf_event *, bp_on_reg[ARM_MAX_BRP]);