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