Lines Matching refs:this_cpu_ptr
238 slots = this_cpu_ptr(bp_on_reg); in hw_breakpoint_control()
245 slots = this_cpu_ptr(wp_on_reg); in hw_breakpoint_control()
590 slots = this_cpu_ptr(bp_on_reg); in toggle_bp_registers()
594 slots = this_cpu_ptr(wp_on_reg); in toggle_bp_registers()
631 slots = this_cpu_ptr(bp_on_reg); in do_breakpoint()
681 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in do_breakpoint()
763 slots = this_cpu_ptr(wp_on_reg); in do_watchpoint()
829 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in do_watchpoint()
850 int *kernel_step = this_cpu_ptr(&stepping_kernel_bp); in try_step_suspended_breakpoints()
950 for (slots = this_cpu_ptr(bp_on_reg), i = 0; i < core_num_brps; ++i) { in hw_breakpoint_reset()
959 for (slots = this_cpu_ptr(wp_on_reg), i = 0; i < core_num_wrps; ++i) { in hw_breakpoint_reset()