Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds