Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/debug/
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-v6.6/include/linux/
Dkgdb.h272 void (*correct_hw_break)(void); member
/Linux-v6.6/arch/x86/kernel/
Dkgdb.c783 .correct_hw_break = kgdb_correct_hw_break,
/Linux-v6.6/arch/loongarch/kernel/
Dkgdb.c673 .correct_hw_break = kgdb_correct_hw_break,
/Linux-v6.6/arch/x86/kernel/cpu/
Dcommon.c2140 if (unlikely(kgdb_connected && arch_kgdb_ops.correct_hw_break)) in dbg_restore_debug_regs()
2141 arch_kgdb_ops.correct_hw_break(); in dbg_restore_debug_regs()