Searched refs:__kgdb_notify (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/hexagon/kernel/ |
H A D | kgdb.c | 154 static int __kgdb_notify(struct die_args *args, unsigned long cmd) in __kgdb_notify() function 179 ret = __kgdb_notify(ptr, cmd); in kgdb_notify()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | kgdb.c | 189 static int __kgdb_notify(struct die_args *args, unsigned long cmd) in __kgdb_notify() function 204 ret = __kgdb_notify(ptr, cmd); in kgdb_notify()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | kgdb.c | 26 static int __kgdb_notify(struct die_args *args, unsigned long cmd) in __kgdb_notify() function 42 ret = __kgdb_notify(ptr, cmd); in kgdb_notify()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | kgdb.c | 277 static int __kgdb_notify(struct die_args *args, unsigned long cmd) in __kgdb_notify() function 293 ret = __kgdb_notify(ptr, cmd); in kgdb_notify()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | kgdb.c | 315 static int __kgdb_notify(struct die_args *args, unsigned long cmd) in __kgdb_notify() function 346 ret = __kgdb_notify(ptr, cmd); in kgdb_notify()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | kgdb.c | 527 static int __kgdb_notify(struct die_args *args, unsigned long cmd) in __kgdb_notify() function 571 return __kgdb_notify(&args, cmd); in kgdb_ll_trap() 581 ret = __kgdb_notify(ptr, cmd); in kgdb_notify()
|