Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkgdb.h268 int (*set_hw_breakpoint)(unsigned long, int, enum kgdb_bptype); member
/OK3568_Linux_fs/kernel/kernel/debug/
H A Dgdbstub.c875 if (arch_kgdb_ops.set_hw_breakpoint && *bpt_type >= '1') { in gdb_cmd_break()
912 error = arch_kgdb_ops.set_hw_breakpoint(addr, in gdb_cmd_break()
/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_bp.c148 ret = arch_kgdb_ops.set_hw_breakpoint(bp->bp_addr, in _kdb_bp_install()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkgdb.c780 .set_hw_breakpoint = kgdb_set_hw_break,