Lines Matching refs:kernel_step
624 int i, step = 0, *kernel_step; in do_breakpoint() local
681 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in do_breakpoint()
683 if (*kernel_step != ARM_KERNEL_STEP_NONE) in do_breakpoint()
687 *kernel_step = ARM_KERNEL_STEP_SUSPEND; in do_breakpoint()
689 *kernel_step = ARM_KERNEL_STEP_ACTIVE; in do_breakpoint()
755 int i, step = 0, *kernel_step, access, closest_match = 0; in do_watchpoint() local
829 kernel_step = this_cpu_ptr(&stepping_kernel_bp); in do_watchpoint()
831 if (*kernel_step != ARM_KERNEL_STEP_NONE) in do_watchpoint()
835 *kernel_step = ARM_KERNEL_STEP_SUSPEND; in do_watchpoint()
837 *kernel_step = ARM_KERNEL_STEP_ACTIVE; in do_watchpoint()
850 int *kernel_step = this_cpu_ptr(&stepping_kernel_bp); in try_step_suspended_breakpoints() local
880 } else if (*kernel_step != ARM_KERNEL_STEP_NONE) { in try_step_suspended_breakpoints()
887 if (*kernel_step != ARM_KERNEL_STEP_SUSPEND) { in try_step_suspended_breakpoints()
894 *kernel_step = ARM_KERNEL_STEP_NONE; in try_step_suspended_breakpoints()