Home
last modified time | relevance | path

Searched refs:kgdb_breakpoint_handler (Results 1 – 3 of 3) sorted by relevance

/arch/loongarch/include/asm/
A Dkgdb.h92 bool kgdb_breakpoint_handler(struct pt_regs *regs);
94 static inline bool kgdb_breakpoint_handler(struct pt_regs *regs) { return false; } in kgdb_breakpoint_handler() function
/arch/loongarch/kernel/
A Dtraps.c735 if (kgdb_breakpoint_handler(regs)) in do_bp()
805 if (kgdb_breakpoint_handler(regs)) in do_watch()
A Dkgdb.c265 bool kgdb_breakpoint_handler(struct pt_regs *regs) in kgdb_breakpoint_handler() function

Completed in 6 milliseconds