Home
last modified time | relevance | path

Searched refs:XCHAL_NUM_DBREAK (Results 1 – 15 of 15) sorted by relevance

/linux/arch/xtensa/kernel/
H A Dhw_breakpoint.c22 static DEFINE_PER_CPU(struct perf_event *, wp_on_reg[XCHAL_NUM_DBREAK]);
30 return XCHAL_NUM_DBREAK; in hw_breakpoint_slots()
96 * XCHAL_NUM_DBREAK are. Thus the switch. In case build breaks here in xtensa_wsr()
100 BUILD_BUG_ON(XCHAL_NUM_DBREAK > 2); in xtensa_wsr()
114 #if XCHAL_NUM_DBREAK > 0 in xtensa_wsr()
122 #if XCHAL_NUM_DBREAK > 1 in xtensa_wsr()
185 i = alloc_slot(this_cpu_ptr(wp_on_reg), XCHAL_NUM_DBREAK, bp); in arch_install_hw_breakpoint()
224 i = free_slot(this_cpu_ptr(wp_on_reg), XCHAL_NUM_DBREAK, bp); in arch_uninstall_hw_breakpoint()
245 for (i = 0; i < XCHAL_NUM_DBREAK; ++i) { in flush_ptrace_hw_breakpoint()
268 for (i = 0; i < XCHAL_NUM_DBREAK; in restore_dbreak()
[all...]
H A Dptrace.c377 for (i = 0; i < XCHAL_NUM_DBREAK; ++i) in ptrace_hbptriggered()
423 (dbreak && idx >= XCHAL_NUM_DBREAK)) in ptrace_gethbpregs()
459 (dbreak && idx >= XCHAL_NUM_DBREAK)) in ptrace_sethbpregs()
H A Dhead.S133 .rept XCHAL_NUM_DBREAK
H A Dsetup.c647 XCHAL_NUM_DBREAK, in c_show()
H A Dentry.S866 .rept XCHAL_NUM_DBREAK
884 .rept XCHAL_NUM_DBREAK
/linux/arch/xtensa/include/asm/
H A Dtraps.h135 unsigned long dbreakc_save[XCHAL_NUM_DBREAK];
H A Dprocessor.h161 struct perf_event *ptrace_wp[XCHAL_NUM_DBREAK];
/linux/arch/xtensa/variants/fsf/include/variant/
H A Dcore.h328 #define XCHAL_NUM_DBREAK 2 /* number of DBREAKn regs */ macro
/linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/
H A Dcore.h353 #define XCHAL_NUM_DBREAK 0 /* number of DBREAKn regs */ macro
/linux/arch/xtensa/variants/dc232b/include/variant/
H A Dcore.h393 #define XCHAL_NUM_DBREAK 2 /* number of DBREAKn regs */ macro
/linux/arch/xtensa/variants/dc233c/include/variant/
H A Dcore.h443 #define XCHAL_NUM_DBREAK 2 /* number of DBREAKn regs */ macro
/linux/arch/xtensa/variants/test_kc705_hifi/include/variant/
H A Dcore.h489 #define XCHAL_NUM_DBREAK 2 /* number of DBREAKn regs */ macro
/linux/arch/xtensa/variants/csp/include/variant/
H A Dcore.h532 #define XCHAL_NUM_DBREAK 2 /* number of DBREAKn regs */ macro
/linux/arch/xtensa/variants/de212/include/variant/
H A Dcore.h553 #define XCHAL_NUM_DBREAK 2 /* number of DBREAKn regs */ macro
/linux/arch/xtensa/variants/test_kc705_be/include/variant/
H A Dcore.h532 #define XCHAL_NUM_DBREAK 2 /* number of DBREAKn regs */ macro