Searched refs:hw_breakpoint_restore (Results 1 – 5 of 5) sorted by relevance
45 static void (*hw_breakpoint_restore)(void *); variable49 if (WARN_ON(hw_breakpoint_restore)) in cpu_suspend_set_dbg_restorer()51 hw_breakpoint_restore = hw_bp_restore; in cpu_suspend_set_dbg_restorer()118 if (hw_breakpoint_restore) in cpu_suspend()119 hw_breakpoint_restore(NULL); in cpu_suspend()
94 extern void hw_breakpoint_restore(void);
417 void hw_breakpoint_restore(void) in hw_breakpoint_restore() function426 EXPORT_SYMBOL_GPL(hw_breakpoint_restore);
239 hw_breakpoint_restore(); in kgdb_correct_hw_break()
6568 hw_breakpoint_restore(); in vcpu_enter_guest()