Searched refs:XCHAL_NUM_IBREAK (Results 1 – 13 of 13) sorted by relevance
19 static DEFINE_PER_CPU(struct perf_event *, bp_on_reg[XCHAL_NUM_IBREAK]);28 return XCHAL_NUM_IBREAK; in hw_breakpoint_slots()99 BUILD_BUG_ON(XCHAL_NUM_IBREAK > 2); in xtensa_wsr()103 #if XCHAL_NUM_IBREAK > 0 in xtensa_wsr()108 #if XCHAL_NUM_IBREAK > 1 in xtensa_wsr()178 i = alloc_slot(this_cpu_ptr(bp_on_reg), XCHAL_NUM_IBREAK, bp); in arch_install_hw_breakpoint()216 i = free_slot(this_cpu_ptr(bp_on_reg), XCHAL_NUM_IBREAK, bp); in arch_uninstall_hw_breakpoint()239 for (i = 0; i < XCHAL_NUM_IBREAK; ++i) { in flush_ptrace_hw_breakpoint()283 for (i = 0; i < XCHAL_NUM_IBREAK; ++i) { in check_hw_breakpoint()
372 for (i = 0; i < XCHAL_NUM_IBREAK; ++i) in ptrace_hbptriggered()422 if ((!dbreak && idx >= XCHAL_NUM_IBREAK) || in ptrace_gethbpregs()458 if ((!dbreak && idx >= XCHAL_NUM_IBREAK) || in ptrace_sethbpregs()
505 #if XCHAL_NUM_IBREAK > 0 in cpu_reset()646 XCHAL_NUM_IBREAK, in c_show()
125 #if XCHAL_NUM_IBREAK > 0
327 #define XCHAL_NUM_IBREAK 2 /* number of IBREAKn regs */ macro
352 #define XCHAL_NUM_IBREAK 0 /* number of IBREAKn regs */ macro
160 struct perf_event *ptrace_bp[XCHAL_NUM_IBREAK];
392 #define XCHAL_NUM_IBREAK 2 /* number of IBREAKn regs */ macro
442 #define XCHAL_NUM_IBREAK 2 /* number of IBREAKn regs */ macro
488 #define XCHAL_NUM_IBREAK 2 /* number of IBREAKn regs */ macro
531 #define XCHAL_NUM_IBREAK 2 /* number of IBREAKn regs */ macro
552 #define XCHAL_NUM_IBREAK 2 /* number of IBREAKn regs */ macro