Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/debug/
Ddebug_core.c533 if (arch_kgdb_ops.correct_hw_break) in kgdb_cpu_enter()
534 arch_kgdb_ops.correct_hw_break(); in kgdb_cpu_enter()
664 if (arch_kgdb_ops.correct_hw_break) in kgdb_cpu_enter()
665 arch_kgdb_ops.correct_hw_break(); in kgdb_cpu_enter()
/linux-4.4.14/include/linux/
Dkgdb.h254 void (*correct_hw_break)(void); member
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c1295 if (unlikely(kgdb_connected && arch_kgdb_ops.correct_hw_break)) in dbg_restore_debug_regs()
1296 arch_kgdb_ops.correct_hw_break(); in dbg_restore_debug_regs()
/linux-4.4.14/arch/blackfin/kernel/
Dkgdb.c423 .correct_hw_break = bfin_correct_hw_break,
/linux-4.4.14/arch/x86/kernel/
Dkgdb.c818 .correct_hw_break = kgdb_correct_hw_break,