Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Dkgdb.h271 void (*correct_hw_break)(void); member
/linux-6.15/arch/x86/kernel/
H A Dkgdb.c783 .correct_hw_break = kgdb_correct_hw_break,
/linux-6.15/arch/loongarch/kernel/
H A Dkgdb.c674 .correct_hw_break = kgdb_correct_hw_break,
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c2230 if (unlikely(kgdb_connected && arch_kgdb_ops.correct_hw_break)) in dbg_restore_debug_regs()
2231 arch_kgdb_ops.correct_hw_break(); in dbg_restore_debug_regs()