Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/linux/
Dkgdb.h254 void (*correct_hw_break)(void); member
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c1317 if (unlikely(kgdb_connected && arch_kgdb_ops.correct_hw_break)) in dbg_restore_debug_regs()
1318 arch_kgdb_ops.correct_hw_break(); in dbg_restore_debug_regs()
/linux-4.1.27/arch/blackfin/kernel/
Dkgdb.c423 .correct_hw_break = bfin_correct_hw_break,
/linux-4.1.27/arch/x86/kernel/
Dkgdb.c813 .correct_hw_break = kgdb_correct_hw_break,