Searched refs:hw_breakpoint_restore (Results 1 – 6 of 6) sorted by relevance
34 static int (*hw_breakpoint_restore)(unsigned int); variable38 if (WARN_ON(hw_breakpoint_restore)) in cpu_suspend_set_dbg_restorer()40 hw_breakpoint_restore = hw_bp_restore; in cpu_suspend_set_dbg_restorer()73 if (hw_breakpoint_restore) in __cpu_suspend_exit()74 hw_breakpoint_restore(cpu); in __cpu_suspend_exit()
115 extern void hw_breakpoint_restore(void);
483 void hw_breakpoint_restore(void) in hw_breakpoint_restore() function492 EXPORT_SYMBOL_GPL(hw_breakpoint_restore);
223 hw_breakpoint_restore(); in kgdb_correct_hw_break()
1523 hw_breakpoint_restore(); in unuse_temporary_mm()
10686 hw_breakpoint_restore(); in vcpu_enter_guest()
Completed in 32 milliseconds