Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dsuspend.c31 static int (*hw_breakpoint_restore)(unsigned int); variable
35 if (WARN_ON(hw_breakpoint_restore)) in cpu_suspend_set_dbg_restorer()
37 hw_breakpoint_restore = hw_bp_restore; in cpu_suspend_set_dbg_restorer()
63 if (hw_breakpoint_restore) in __cpu_suspend_exit()
64 hw_breakpoint_restore(cpu); in __cpu_suspend_exit()
/Linux-v4.19/arch/x86/include/asm/
Ddebugreg.h95 extern void hw_breakpoint_restore(void);
/Linux-v4.19/arch/x86/kernel/
Dhw_breakpoint.c425 void hw_breakpoint_restore(void) in hw_breakpoint_restore() function
434 EXPORT_SYMBOL_GPL(hw_breakpoint_restore);
Dkgdb.c240 hw_breakpoint_restore(); in kgdb_correct_hw_break()
/Linux-v4.19/arch/x86/kvm/
Dx86.c7630 hw_breakpoint_restore(); in vcpu_enter_guest()