Home
last modified time | relevance | path

Searched refs:remove_hw_breakpoint (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
H A Dkgdb.h268 int (*remove_hw_breakpoint)(unsigned long, int, enum kgdb_bptype); member
/linux-6.15/kernel/debug/kdb/
H A Dkdb_bp.c100 ret = arch_kgdb_ops.remove_hw_breakpoint(bp->bp_addr, in _kdb_bp_remove()
/linux-6.15/arch/x86/kernel/
H A Dkgdb.c780 .remove_hw_breakpoint = kgdb_remove_hw_break,
/linux-6.15/arch/loongarch/kernel/
H A Dkgdb.c671 .remove_hw_breakpoint = kgdb_remove_hw_break,
/linux-6.15/kernel/debug/
H A Dgdbstub.c912 error = arch_kgdb_ops.remove_hw_breakpoint(addr, in gdb_cmd_break()