Home
last modified time | relevance | path

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

/Linux-v6.1/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.1/include/linux/
Dkgdb.h272 void (*correct_hw_break)(void); member
/Linux-v6.1/arch/x86/kernel/
Dkgdb.c784 .correct_hw_break = kgdb_correct_hw_break,
/Linux-v6.1/arch/x86/kernel/cpu/
Dcommon.c2111 if (unlikely(kgdb_connected && arch_kgdb_ops.correct_hw_break)) in dbg_restore_debug_regs()
2112 arch_kgdb_ops.correct_hw_break(); in dbg_restore_debug_regs()