Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Ddebug-monitors.h110 int reinstall_suspended_bps(struct pt_regs *regs);
112 static inline int reinstall_suspended_bps(struct pt_regs *regs) in reinstall_suspended_bps() function
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c851 int reinstall_suspended_bps(struct pt_regs *regs) in reinstall_suspended_bps() function
904 NOKPROBE_SYMBOL(reinstall_suspended_bps);
H A Ddebug-monitors.c250 if (!reinstall_suspended_bps(regs)) in single_step_handler()