Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dkgdb.h278 void (*post_exception) (void); member
/linux-3.4.99/drivers/tty/serial/
Dkgdboc.c302 .post_exception = kgdboc_post_exp_handler,
/linux-3.4.99/kernel/debug/
Ddebug_core.c626 if (dbg_io_ops->post_exception) in kgdb_cpu_enter()
627 dbg_io_ops->post_exception(); in kgdb_cpu_enter()
/linux-3.4.99/drivers/misc/
Dkgdbts.c1178 .post_exception = kgdbts_post_exp_handler,