Home
last modified time | relevance | path

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

/linux/kernel/debug/
H A Ddebug_core.c641 if (arch_kgdb_ops.correct_hw_break) in kgdb_cpu_enter()
642 arch_kgdb_ops.correct_hw_break(); in kgdb_cpu_enter()
805 if (arch_kgdb_ops.correct_hw_break) in kgdb_cpu_enter()
806 arch_kgdb_ops.correct_hw_break(); in kgdb_cpu_enter()
/linux/include/linux/
H A Dkgdb.h272 void (*correct_hw_break)(void); member
/linux/arch/x86/kernel/
H A Dkgdb.c783 .correct_hw_break = kgdb_correct_hw_break,
/linux/arch/loongarch/kernel/
H A Dkgdb.c673 .correct_hw_break = kgdb_correct_hw_break,
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2120 if (unlikely(kgdb_connected && arch_kgdb_ops.correct_hw_break)) in dbg_restore_debug_regs()
2121 arch_kgdb_ops.correct_hw_break(); in dbg_restore_debug_regs()