Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h83 #define ARM_MAX_BRP 16 macro
88 #define AARCH64_DBG_REG_BCR (AARCH64_DBG_REG_BVR + ARM_MAX_BRP)
89 #define AARCH64_DBG_REG_WVR (AARCH64_DBG_REG_BCR + ARM_MAX_BRP)
H A Dprocessor.h114 struct perf_event *hbp_break[ARM_MAX_BRP];
/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h79 #define ARM_MAX_BRP 16 macro
81 #define ARM_MAX_HBP_SLOTS (ARM_MAX_BRP + ARM_MAX_WRP)
/openbmc/linux/arch/arm64/kernel/
H A Dptrace.c181 for (i = 0; i < ARM_MAX_BRP; ++i) { in ptrace_hbptriggered()
211 for (i = 0; i < ARM_MAX_BRP; i++) { in flush_ptrace_hw_breakpoint()
239 if (idx >= ARM_MAX_BRP) in ptrace_hbp_get_event()
241 idx = array_index_nospec(idx, ARM_MAX_BRP); in ptrace_hbp_get_event()
265 if (idx >= ARM_MAX_BRP) in ptrace_hbp_set_event()
267 idx = array_index_nospec(idx, ARM_MAX_BRP); in ptrace_hbp_set_event()
H A Dhw_breakpoint.c30 static DEFINE_PER_CPU(struct perf_event *, bp_on_reg[ARM_MAX_BRP]);
/openbmc/linux/arch/arm/kernel/
H A Dptrace.c332 num = (ARM_MAX_BRP << 1) - num; in ptrace_hbp_num_to_idx()
342 long mid = ARM_MAX_BRP << 1; in ptrace_hbp_idx_to_num()
H A Dhw_breakpoint.c30 static DEFINE_PER_CPU(struct perf_event *, bp_on_reg[ARM_MAX_BRP]);