Lines Matching refs:this_cpu_ptr
241 slots = this_cpu_ptr(bp_on_reg); in hw_breakpoint_control()
248 slots = this_cpu_ptr(wp_on_reg); in hw_breakpoint_control()
549 slots = this_cpu_ptr(bp_on_reg); in toggle_bp_registers()
553 slots = this_cpu_ptr(wp_on_reg); in toggle_bp_registers()
590 slots = this_cpu_ptr(bp_on_reg); in breakpoint_handler()
640 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in breakpoint_handler()
667 slots = this_cpu_ptr(wp_on_reg); in watchpoint_handler()
742 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in watchpoint_handler()
766 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in reinstall_suspended_bps()
864 for (slots = this_cpu_ptr(bp_on_reg), i = 0; i < core_num_brps; ++i) { in hw_breakpoint_reset()
873 for (slots = this_cpu_ptr(wp_on_reg), i = 0; i < core_num_wrps; ++i) { in hw_breakpoint_reset()