Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
A Dsuspend.c33 static int (*hw_breakpoint_restore)(unsigned int); variable
37 if (WARN_ON(hw_breakpoint_restore)) in cpu_suspend_set_dbg_restorer()
39 hw_breakpoint_restore = hw_bp_restore; in cpu_suspend_set_dbg_restorer()
68 if (hw_breakpoint_restore) in __cpu_suspend_exit()
69 hw_breakpoint_restore(cpu); in __cpu_suspend_exit()
/linux/arch/x86/include/asm/
A Ddebugreg.h93 extern void hw_breakpoint_restore(void);
/linux/arch/x86/kernel/
A Dhw_breakpoint.c483 void hw_breakpoint_restore(void) in hw_breakpoint_restore() function
492 EXPORT_SYMBOL_GPL(hw_breakpoint_restore);
A Dkgdb.c223 hw_breakpoint_restore(); in kgdb_correct_hw_break()
A Dalternative.c953 hw_breakpoint_restore(); in unuse_temporary_mm()
/linux/arch/x86/kvm/
A Dx86.c9922 hw_breakpoint_restore(); in vcpu_enter_guest()
/linux/
A DSystem.map160255 ffff8000120ed250 b hw_breakpoint_restore
A D.tmp_System.map160255 ffff8000120ed250 b hw_breakpoint_restore

Completed in 1012 milliseconds