Searched refs:hw_breakpoint_restore (Results 1 – 5 of 5) sorted by relevance
35 static int (*hw_breakpoint_restore)(unsigned int); variable39 if (WARN_ON(hw_breakpoint_restore)) in cpu_suspend_set_dbg_restorer()41 hw_breakpoint_restore = hw_bp_restore; in cpu_suspend_set_dbg_restorer()74 if (hw_breakpoint_restore) in __cpu_suspend_exit()75 hw_breakpoint_restore(cpu); in __cpu_suspend_exit()
126 extern void hw_breakpoint_restore(void);
223 hw_breakpoint_restore(); in kgdb_correct_hw_break()
1063 hw_breakpoint_restore(); in unuse_temporary_mm()
11411 hw_breakpoint_restore(); in vcpu_enter_guest()