Searched refs:set_hw_breakpoint (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | kgdb.h | 268 int (*set_hw_breakpoint)(unsigned long, int, enum kgdb_bptype); member
|
/openbmc/linux/kernel/debug/ |
H A D | gdbstub.c | 872 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()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | process.c | 865 static void set_hw_breakpoint(int nr, struct arch_hw_breakpoint *brk) in set_hw_breakpoint() function 883 set_hw_breakpoint(nr, brk); in __set_breakpoint() 908 set_hw_breakpoint(i, &brk); in suspend_breakpoints() 923 set_hw_breakpoint(i, this_cpu_ptr(¤t_brk[i])); in restore_breakpoints()
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_bp.c | 148 ret = arch_kgdb_ops.set_hw_breakpoint(bp->bp_addr, in _kdb_bp_install()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | kgdb.c | 779 .set_hw_breakpoint = kgdb_set_hw_break,
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | kgdb.c | 669 .set_hw_breakpoint = kgdb_set_hw_break,
|