Home
last modified time | relevance | path

Searched refs:ARM_MAX_WRP (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/include/asm/
A Dhw_breakpoint.h80 #define ARM_MAX_WRP 16 macro
81 #define ARM_MAX_HBP_SLOTS (ARM_MAX_BRP + ARM_MAX_WRP)
/linux/arch/arm64/include/asm/
A Dhw_breakpoint.h84 #define ARM_MAX_WRP 16 macro
90 #define AARCH64_DBG_REG_WCR (AARCH64_DBG_REG_WVR + ARM_MAX_WRP)
A Dprocessor.h114 struct perf_event *hbp_watch[ARM_MAX_WRP];
/linux/arch/arm64/kernel/
A Dptrace.c189 for (i = 0; i < ARM_MAX_WRP; ++i) { in ptrace_hbptriggered()
219 for (i = 0; i < ARM_MAX_WRP; i++) { in flush_ptrace_hw_breakpoint()
246 if (idx >= ARM_MAX_WRP) in ptrace_hbp_get_event()
248 idx = array_index_nospec(idx, ARM_MAX_WRP); in ptrace_hbp_get_event()
273 if (idx >= ARM_MAX_WRP) in ptrace_hbp_set_event()
275 idx = array_index_nospec(idx, ARM_MAX_WRP); in ptrace_hbp_set_event()
A Dhw_breakpoint.c33 static DEFINE_PER_CPU(struct perf_event *, wp_on_reg[ARM_MAX_WRP]);
/linux/arch/arm/kernel/
A Dhw_breakpoint.c33 static DEFINE_PER_CPU(struct perf_event *, wp_on_reg[ARM_MAX_WRP]);

Completed in 17 milliseconds