Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Ddebug-monitors.h81 bool try_step_suspended_breakpoints(struct pt_regs *regs);
83 static inline bool try_step_suspended_breakpoints(struct pt_regs *regs) in try_step_suspended_breakpoints() function
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c847 bool try_step_suspended_breakpoints(struct pt_regs *regs) in try_step_suspended_breakpoints() function
899 NOKPROBE_SYMBOL(try_step_suspended_breakpoints);
H A Dentry-common.c385 if (!try_step_suspended_breakpoints(regs)) in el1_softstp()
686 step_done = try_step_suspended_breakpoints(regs); in el0_softstp()