Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/debug/
Ddebug_core.c591 if (arch_kgdb_ops.correct_hw_break) in kgdb_cpu_enter()
592 arch_kgdb_ops.correct_hw_break(); in kgdb_cpu_enter()
724 if (arch_kgdb_ops.correct_hw_break) in kgdb_cpu_enter()
725 arch_kgdb_ops.correct_hw_break(); in kgdb_cpu_enter()
/Linux-v5.4/include/linux/
Dkgdb.h260 void (*correct_hw_break)(void); member
/Linux-v5.4/arch/x86/kernel/
Dkgdb.c783 .correct_hw_break = kgdb_correct_hw_break,
/Linux-v5.4/arch/x86/kernel/cpu/
Dcommon.c1762 if (unlikely(kgdb_connected && arch_kgdb_ops.correct_hw_break)) in dbg_restore_debug_regs()
1763 arch_kgdb_ops.correct_hw_break(); in dbg_restore_debug_regs()