Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/debug/
Ddebug_core.c534 if (arch_kgdb_ops.correct_hw_break) in kgdb_cpu_enter()
535 arch_kgdb_ops.correct_hw_break(); in kgdb_cpu_enter()
665 if (arch_kgdb_ops.correct_hw_break) in kgdb_cpu_enter()
666 arch_kgdb_ops.correct_hw_break(); in kgdb_cpu_enter()
/Linux-v4.19/include/linux/
Dkgdb.h254 void (*correct_hw_break)(void); member
/Linux-v4.19/arch/x86/kernel/cpu/
Dcommon.c1652 if (unlikely(kgdb_connected && arch_kgdb_ops.correct_hw_break)) in dbg_restore_debug_regs()
1653 arch_kgdb_ops.correct_hw_break(); in dbg_restore_debug_regs()
/Linux-v4.19/arch/x86/kernel/
Dkgdb.c815 .correct_hw_break = kgdb_correct_hw_break,