Searched refs:EXCEP_IRQ_LEVEL0 (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/mn10300/kernel/
H A Dprofile.c25 set_intr_stub(EXCEP_IRQ_LEVEL0, profile_handler); profile_init()
H A Dgdb-io-serial.c49 IVAR0 = EXCEP_IRQ_LEVEL0; gdbstub_io_init()
H A Dtraps.c92 [EXCEP_IRQ_LEVEL0 >> 3] = { SIGINT, 0 },
H A Dsmp.c634 IVAR0 = EXCEP_IRQ_LEVEL0; smp_prepare_cpu_init()
H A Dgdb-stub.c945 { EXCEP_IRQ_LEVEL0, SIGINT },
/linux-4.4.14/arch/mn10300/proc-mn103e010/
H A Dproc-init.c38 __set_intr_stub(EXCEP_IRQ_LEVEL0, irq_handler); processor_init()
46 IVAR0 = EXCEP_IRQ_LEVEL0; processor_init()
/linux-4.4.14/arch/mn10300/proc-mn2ws0050/
H A Dproc-init.c52 __set_intr_stub(EXCEP_IRQ_LEVEL0, irq_handler); processor_init()
60 IVAR0 = EXCEP_IRQ_LEVEL0; processor_init()
/linux-4.4.14/arch/mn10300/include/asm/
H A Dexceptions.h64 EXCEP_IRQ_LEVEL0 = 0x000280, /* level 0 maskable interrupt */ enumerator in enum:exception_code
117 #define NUM2EXCEP_IRQ_LEVEL(num) (EXCEP_IRQ_LEVEL0 + (num) * 8)

Completed in 74 milliseconds