Home
last modified time | relevance | path

Searched refs:cpu_suspend_set_dbg_restorer (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm64/kernel/
Dsuspend.c46 void __init cpu_suspend_set_dbg_restorer(void (*hw_bp_restore)(void *)) in cpu_suspend_set_dbg_restorer() function
Dhw_breakpoint.c898 extern void cpu_suspend_set_dbg_restorer(void (*hw_bp_restore)(void *));
900 static inline void cpu_suspend_set_dbg_restorer(void (*hw_bp_restore)(void *)) in cpu_suspend_set_dbg_restorer() function
937 cpu_suspend_set_dbg_restorer(hw_breakpoint_reset); in arch_hw_breakpoint_init()