Home
last modified time | relevance | path

Searched refs:set_intr_stub (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/mn10300/kernel/
Dprofile.c25 set_intr_stub(EXCEP_IRQ_LEVEL0, profile_handler); in profile_init()
Dgdb-io-serial.c64 set_intr_stub(NUM2EXCEP_IRQ_LEVEL(CONFIG_GDBSTUB_IRQ_LEVEL), in gdbstub_io_init()
Dmn10300-watchdog.c88 set_intr_stub(EXCEP_WDT, watchdog_handler); in setup_watchdog()
Dgdb-io-ttysm.c64 set_intr_stub(NUM2EXCEP_IRQ_LEVEL(CONFIG_DEBUGGER_IRQ_LEVEL), in gdbstub_io_init()
Dtraps.c539 void __init set_intr_stub(enum exception_code code, void *handler) in set_intr_stub() function
Dmn10300-serial.c1525 set_intr_stub(NUM2EXCEP_IRQ_LEVEL(CONFIG_MN10300_SERIAL_IRQ_LEVEL), in mn10300_serial_init()
/linux-4.1.27/arch/mn10300/include/asm/
Dexceptions.h92 extern void set_intr_stub(enum exception_code code, void *handler);