Searched refs:correct_hw_break (Results 1 – 4 of 4) sorted by relevance
641 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()
270 void (*correct_hw_break)(void); member
784 .correct_hw_break = kgdb_correct_hw_break,
2343 if (unlikely(kgdb_connected && arch_kgdb_ops.correct_hw_break))2344 arch_kgdb_ops.correct_hw_break();