Home
last modified time | relevance | path

Searched refs:nr_wp_slots (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dhw_breakpoint.c42 return nr_wp_slots(); in hw_breakpoint_slots()
62 for (i = 0; i < nr_wp_slots(); i++) { in arch_install_hw_breakpoint()
70 if (WARN_ONCE(i == nr_wp_slots(), "Can't find any breakpoint slot")) in arch_install_hw_breakpoint()
98 for (i = 0; i < nr_wp_slots(); i++) { in arch_uninstall_hw_breakpoint()
106 if (WARN_ONCE(i == nr_wp_slots(), "Can't find any breakpoint slot")) in arch_uninstall_hw_breakpoint()
235 for (i = 0; i < nr_wp_slots(); i++) { in thread_change_pc()
245 for (i = 0; i < nr_wp_slots(); i++) { in thread_change_pc()
291 for (i = 0; i < nr_wp_slots(); i++) { in stepping_handler()
304 for (i = 0; i < nr_wp_slots(); i++) { in stepping_handler()
326 for (i = 0; i < nr_wp_slots(); i++) { in handle_p10dd1_spurious_exception()
[all …]
H A Ddawr.c58 for (i = 0; i < nr_wp_slots(); i++) in disable_dawrs_cb()
H A Dsignal.c272 for (i = 0; i < nr_wp_slots(); i++) { in do_signal()
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c43 dbginfo->num_data_bps = nr_wp_slots(); in ppc_gethwdinfo()
174 for (i = 0; i < nr_wp_slots(); i++) { in find_empty_ptrace_bp()
186 for (i = 0; i < nr_wp_slots(); i++) { in find_empty_hw_brk()
275 if (data < 1 || data > nr_wp_slots()) in ppc_del_hwdebug()
/linux/arch/powerpc/include/asm/
H A Dhw_breakpoint.h54 static inline int nr_wp_slots(void) in nr_wp_slots() function
101 for (i = 0; i < nr_wp_slots(); i++) in hw_breakpoint_disable()