Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkgdb.h301 void (*post_exception) (void); member
/openbmc/linux/kernel/debug/
H A Ddebug_core.c785 if (dbg_io_ops->post_exception) in kgdb_cpu_enter()
786 dbg_io_ops->post_exception(); in kgdb_cpu_enter()
/openbmc/linux/drivers/tty/serial/
H A Dkgdboc.c438 .post_exception = kgdboc_post_exp_handler,
/openbmc/linux/drivers/misc/
H A Dkgdbts.c1183 .post_exception = kgdbts_post_exp_handler,