hw_bp_restore     969 arch/arm64/kernel/hw_breakpoint.c extern void cpu_suspend_set_dbg_restorer(int (*hw_bp_restore)(unsigned int));
hw_bp_restore     971 arch/arm64/kernel/hw_breakpoint.c static inline void cpu_suspend_set_dbg_restorer(int (*hw_bp_restore)(unsigned int))
hw_bp_restore      32 arch/arm64/kernel/suspend.c void __init cpu_suspend_set_dbg_restorer(int (*hw_bp_restore)(unsigned int))
hw_bp_restore      37 arch/arm64/kernel/suspend.c 	hw_breakpoint_restore = hw_bp_restore;