Lines Matching refs:this_cpu_ptr
243 slots = this_cpu_ptr(bp_on_reg); in hw_breakpoint_control()
250 slots = this_cpu_ptr(wp_on_reg); in hw_breakpoint_control()
551 slots = this_cpu_ptr(bp_on_reg); in toggle_bp_registers()
555 slots = this_cpu_ptr(wp_on_reg); in toggle_bp_registers()
592 slots = this_cpu_ptr(bp_on_reg); in breakpoint_handler()
642 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in breakpoint_handler()
669 slots = this_cpu_ptr(wp_on_reg); in watchpoint_handler()
744 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in watchpoint_handler()
768 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in reinstall_suspended_bps()
866 for (slots = this_cpu_ptr(bp_on_reg), i = 0; i < core_num_brps; ++i) { in hw_breakpoint_reset()
875 for (slots = this_cpu_ptr(wp_on_reg), i = 0; i < core_num_wrps; ++i) { in hw_breakpoint_reset()