Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/debug/
Ddebug_core.c653 if (arch_kgdb_ops.correct_hw_break) in kgdb_cpu_enter()
654 arch_kgdb_ops.correct_hw_break(); in kgdb_cpu_enter()
817 if (arch_kgdb_ops.correct_hw_break) in kgdb_cpu_enter()
818 arch_kgdb_ops.correct_hw_break(); in kgdb_cpu_enter()
/linux-5.19.10/include/linux/
Dkgdb.h272 void (*correct_hw_break)(void); member
/linux-5.19.10/arch/x86/kernel/
Dkgdb.c784 .correct_hw_break = kgdb_correct_hw_break,
/linux-5.19.10/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()