Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/kernel/
Dirq.c79 extern void gdb_handle_exception(void);
508 set_exception_vector(0x18, gdb_handle_exception); in init_IRQ()
510 set_exception_vector(0x3, gdb_handle_exception); in init_IRQ()
512 set_exception_vector(0xc, gdb_handle_exception); in init_IRQ()
Dentry.S40 .globl gdb_handle_exception
516 gdb_handle_exception: label
Dkgdb.c183 extern void gdb_handle_exception(void);
/linux-4.4.14/arch/xtensa/kernel/
Dtraps.c327 extern void gdb_handle_exception(struct pt_regs *); in do_debug()
328 gdb_handle_exception(regs); in do_debug()