Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkgdb.h268 int (*set_hw_breakpoint)(unsigned long, int, enum kgdb_bptype); member
/linux/kernel/debug/
H A Dgdbstub.c872 if (arch_kgdb_ops.set_hw_breakpoint && *bpt_type >= '1') { in gdb_cmd_break()
909 error = arch_kgdb_ops.set_hw_breakpoint(addr, in gdb_cmd_break()
/linux/arch/x86/kernel/
H A Dkgdb.c779 .set_hw_breakpoint = kgdb_set_hw_break,
/linux/arch/loongarch/kernel/
H A Dkgdb.c669 .set_hw_breakpoint = kgdb_set_hw_break,