Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkgdb.h254 * @disable_hw_break: Allow an architecture to specify how to disable
270 void (*disable_hw_break)(struct pt_regs *regs); member
/linux/kernel/debug/
H A Ddebug_core.c590 if (arch_kgdb_ops.disable_hw_break) in kgdb_cpu_enter()
591 arch_kgdb_ops.disable_hw_break(regs); in kgdb_cpu_enter()
/linux/arch/x86/kernel/
H A Dkgdb.c781 .disable_hw_break = kgdb_disable_hw_debug,
/linux/arch/loongarch/kernel/
H A Dkgdb.c671 .disable_hw_break = kgdb_disable_hw_break,