Home
last modified time | relevance | path

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

/linux/include/linux/
A Dkgdb.h270 void (*disable_hw_break)(struct pt_regs *regs); member
/linux/kernel/debug/
A Ddebug_core.c601 if (arch_kgdb_ops.disable_hw_break) in kgdb_cpu_enter()
602 arch_kgdb_ops.disable_hw_break(regs); in kgdb_cpu_enter()
/linux/arch/x86/kernel/
A Dkgdb.c782 .disable_hw_break = kgdb_disable_hw_debug,

Completed in 12 milliseconds