Lines Matching refs:nr_wp_slots
42 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()
360 if (i == nr_wp_slots()) in handle_p10dd1_spurious_exception()
363 for (i = 0; i < nr_wp_slots(); i++) { in handle_p10dd1_spurious_exception()
405 for (i = 0; i < nr_wp_slots(); i++) { in hw_breakpoint_handler()
452 for (i = 0; i < nr_wp_slots(); i++) { in hw_breakpoint_handler()
464 for (i = 0; i < nr_wp_slots(); i++) { in hw_breakpoint_handler()
481 for (i = 0; i < nr_wp_slots(); i++) { in hw_breakpoint_handler()
489 for (i = 0; i < nr_wp_slots(); i++) { in hw_breakpoint_handler()
515 for (int i = 0; i < nr_wp_slots(); i++) { in single_step_dabr_instruction()
585 for (i = 0; i < nr_wp_slots(); i++) { in flush_ptrace_hw_breakpoint()