Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dkgdb.h268 int (*set_hw_breakpoint)(unsigned long, int, enum kgdb_bptype); member
/linux-6.3-rc2/kernel/debug/
A 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-6.3-rc2/kernel/debug/kdb/
A Dkdb_bp.c148 ret = arch_kgdb_ops.set_hw_breakpoint(bp->bp_addr, in _kdb_bp_install()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dprocess.c865 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(&current_brk[i])); in restore_breakpoints()
/linux-6.3-rc2/arch/x86/kernel/
A Dkgdb.c780 .set_hw_breakpoint = kgdb_set_hw_break,

Completed in 28 milliseconds