Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dhw_breakpoint.h77 #define ARM_MAX_WRP 16 macro
78 #define ARM_MAX_HBP_SLOTS (ARM_MAX_BRP + ARM_MAX_WRP)
/Linux-v4.19/arch/arm64/include/asm/
Dhw_breakpoint.h97 #define ARM_MAX_WRP 16 macro
103 #define AARCH64_DBG_REG_WCR (AARCH64_DBG_REG_WVR + ARM_MAX_WRP)
Dprocessor.h88 struct perf_event *hbp_watch[ARM_MAX_WRP];
/Linux-v4.19/arch/arm64/kernel/
Dptrace.c205 for (i = 0; i < ARM_MAX_WRP; ++i) { in ptrace_hbptriggered()
233 for (i = 0; i < ARM_MAX_WRP; i++) { in flush_ptrace_hw_breakpoint()
260 if (idx >= ARM_MAX_WRP) in ptrace_hbp_get_event()
262 idx = array_index_nospec(idx, ARM_MAX_WRP); in ptrace_hbp_get_event()
287 if (idx >= ARM_MAX_WRP) in ptrace_hbp_set_event()
289 idx = array_index_nospec(idx, ARM_MAX_WRP); in ptrace_hbp_set_event()
Dhw_breakpoint.c44 static DEFINE_PER_CPU(struct perf_event *, wp_on_reg[ARM_MAX_WRP]);
/Linux-v4.19/arch/arm/kernel/
Dhw_breakpoint.c44 static DEFINE_PER_CPU(struct perf_event *, wp_on_reg[ARM_MAX_WRP]);