Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
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)
A Dprocessor.h113 struct perf_event *hbp_break[ARM_MAX_BRP];
/linux/arch/arm/include/asm/
A Dhw_breakpoint.h79 #define ARM_MAX_BRP 16 macro
81 #define ARM_MAX_HBP_SLOTS (ARM_MAX_BRP + ARM_MAX_WRP)
/linux/arch/arm64/kernel/
A Dptrace.c182 for (i = 0; i < ARM_MAX_BRP; ++i) { in ptrace_hbptriggered()
212 for (i = 0; i < ARM_MAX_BRP; i++) { in flush_ptrace_hw_breakpoint()
240 if (idx >= ARM_MAX_BRP) in ptrace_hbp_get_event()
242 idx = array_index_nospec(idx, ARM_MAX_BRP); in ptrace_hbp_get_event()
266 if (idx >= ARM_MAX_BRP) in ptrace_hbp_set_event()
268 idx = array_index_nospec(idx, ARM_MAX_BRP); in ptrace_hbp_set_event()
A Dhw_breakpoint.c30 static DEFINE_PER_CPU(struct perf_event *, bp_on_reg[ARM_MAX_BRP]);
/linux/arch/arm/kernel/
A Dptrace.c333 num = (ARM_MAX_BRP << 1) - num; in ptrace_hbp_num_to_idx()
343 long mid = ARM_MAX_BRP << 1; in ptrace_hbp_idx_to_num()
A Dhw_breakpoint.c30 static DEFINE_PER_CPU(struct perf_event *, bp_on_reg[ARM_MAX_BRP]);

Completed in 14 milliseconds