Lines Matching refs:this_cpu_ptr
237 slots = this_cpu_ptr(bp_on_reg); in hw_breakpoint_control()
244 slots = this_cpu_ptr(wp_on_reg); in hw_breakpoint_control()
589 slots = this_cpu_ptr(bp_on_reg); in toggle_bp_registers()
593 slots = this_cpu_ptr(wp_on_reg); in toggle_bp_registers()
631 slots = this_cpu_ptr(bp_on_reg); in breakpoint_handler()
681 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in breakpoint_handler()
766 slots = this_cpu_ptr(wp_on_reg); in watchpoint_handler()
832 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in watchpoint_handler()
857 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in reinstall_suspended_bps()
956 for (slots = this_cpu_ptr(bp_on_reg), i = 0; i < core_num_brps; ++i) { in hw_breakpoint_reset()
965 for (slots = this_cpu_ptr(wp_on_reg), i = 0; i < core_num_wrps; ++i) { in hw_breakpoint_reset()