Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dkgdb.c310 static int kgdb_loongarch_notify(struct notifier_block *self, unsigned long cmd, in kgdb_loongarch_notify() function
363 return kgdb_loongarch_notify(NULL, cmd, &args); in kgdb_ll_trap()
368 .notifier_call = kgdb_loongarch_notify,
/kernel/linux/linux-6.6/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,

Completed in 3 milliseconds