Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dkgdb.c239 static int kgdb_loongarch_notify(struct notifier_block *self, unsigned long cmd, void *ptr) in kgdb_loongarch_notify() function
275 return (kgdb_loongarch_notify(NULL, DIE_TRAP, &args) == NOTIFY_STOP) ? true : false; in kgdb_breakpoint_handler()
279 .notifier_call = kgdb_loongarch_notify,