Lines Matching refs:this_cpu_ptr
247 slots = this_cpu_ptr(bp_on_reg); in hw_breakpoint_control()
254 slots = this_cpu_ptr(wp_on_reg); in hw_breakpoint_control()
594 slots = this_cpu_ptr(bp_on_reg); in toggle_bp_registers()
598 slots = this_cpu_ptr(wp_on_reg); in toggle_bp_registers()
636 slots = this_cpu_ptr(bp_on_reg); in breakpoint_handler()
686 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in breakpoint_handler()
751 slots = this_cpu_ptr(wp_on_reg); in watchpoint_handler()
829 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in watchpoint_handler()
854 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in reinstall_suspended_bps()
953 for (slots = this_cpu_ptr(bp_on_reg), i = 0; i < core_num_brps; ++i) { in hw_breakpoint_reset()
962 for (slots = this_cpu_ptr(wp_on_reg), i = 0; i < core_num_wrps; ++i) { in hw_breakpoint_reset()