Searched refs:hw_breakpoint_restore (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm64/kernel/
H A Dsuspend.c45 static void (*hw_breakpoint_restore)(void *); cpu_suspend_set_dbg_restorer() variable
49 if (WARN_ON(hw_breakpoint_restore)) cpu_suspend_set_dbg_restorer()
51 hw_breakpoint_restore = hw_bp_restore; cpu_suspend_set_dbg_restorer()
118 if (hw_breakpoint_restore) cpu_suspend()
119 hw_breakpoint_restore(NULL); cpu_suspend()
/linux-4.4.14/arch/x86/include/asm/
H A Ddebugreg.h94 extern void hw_breakpoint_restore(void);
/linux-4.4.14/arch/x86/kernel/
H A Dhw_breakpoint.c417 void hw_breakpoint_restore(void) hw_breakpoint_restore() function
426 EXPORT_SYMBOL_GPL(hw_breakpoint_restore); variable
H A Dkgdb.c239 hw_breakpoint_restore(); kgdb_correct_hw_break()
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c6568 hw_breakpoint_restore(); vcpu_enter_guest()

Completed in 262 milliseconds