Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/include/linux/
A Dkgdb.h272 void (*correct_hw_break)(void); member
/linux-6.3-rc2/arch/x86/kernel/
A Dkgdb.c784 .correct_hw_break = kgdb_correct_hw_break,
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dcommon.c2118 if (unlikely(kgdb_connected && arch_kgdb_ops.correct_hw_break)) in dbg_restore_debug_regs()
2119 arch_kgdb_ops.correct_hw_break(); in dbg_restore_debug_regs()

Completed in 10 milliseconds