Home
last modified time | relevance | path

Searched refs:kernel_step (Results 1 – 1 of 1) sorted by relevance

/arch/arm64/kernel/
A Dhw_breakpoint.c624 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()
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()
887 if (*kernel_step != ARM_KERNEL_STEP_SUSPEND) { in try_step_suspended_breakpoints()
[all …]

Completed in 9 milliseconds