Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dkgdb.h268 int (*set_hw_breakpoint)(unsigned long, int, enum kgdb_bptype); member
/linux-5.19.10/kernel/debug/
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-5.19.10/kernel/debug/kdb/
Dkdb_bp.c148 ret = arch_kgdb_ops.set_hw_breakpoint(bp->bp_addr, in _kdb_bp_install()
/linux-5.19.10/arch/x86/kernel/
Dkgdb.c780 .set_hw_breakpoint = kgdb_set_hw_break,