Home
last modified time | relevance | path

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

/linux-3.4.99/arch/cris/arch-v32/kernel/
Dirq.c80 extern void gdb_handle_exception(void);
489 set_exception_vector(0x18, gdb_handle_exception); in init_IRQ()
491 set_exception_vector(0x3, gdb_handle_exception); in init_IRQ()
493 set_exception_vector(0xc, gdb_handle_exception); in init_IRQ()
Dentry.S39 .globl gdb_handle_exception
518 gdb_handle_exception: label
Dkgdb.c183 extern void gdb_handle_exception(void);
/linux-3.4.99/arch/xtensa/kernel/
Dtraps.c281 extern void gdb_handle_exception(struct pt_regs *); in do_debug()
282 gdb_handle_exception(regs); in do_debug()