Searched refs:inthandler (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/arch/m68k/68360/
H A Dints.c33 asmlinkage void inthandler(void);
92 _ramvec[vba+CPMVEC_PIO_PC11] = inthandler; /* pio - pc11 */ trap_init()
93 _ramvec[vba+CPMVEC_PIO_PC10] = inthandler; /* pio - pc10 */ trap_init()
94 _ramvec[vba+CPMVEC_SMC2] = inthandler; /* smc2/pip */ trap_init()
95 _ramvec[vba+CPMVEC_SMC1] = inthandler; /* smc1 */ trap_init()
96 _ramvec[vba+CPMVEC_SPI] = inthandler; /* spi */ trap_init()
97 _ramvec[vba+CPMVEC_PIO_PC9] = inthandler; /* pio - pc9 */ trap_init()
98 _ramvec[vba+CPMVEC_TIMER4] = inthandler; /* timer 4 */ trap_init()
99 _ramvec[vba+CPMVEC_RESERVED1] = inthandler; /* reserved */ trap_init()
100 _ramvec[vba+CPMVEC_PIO_PC8] = inthandler; /* pio - pc8 */ trap_init()
101 _ramvec[vba+CPMVEC_PIO_PC7] = inthandler; /* pio - pc7 */ trap_init()
102 _ramvec[vba+CPMVEC_PIO_PC6] = inthandler; /* pio - pc6 */ trap_init()
103 _ramvec[vba+CPMVEC_TIMER3] = inthandler; /* timer 3 */ trap_init()
104 _ramvec[vba+CPMVEC_PIO_PC5] = inthandler; /* pio - pc5 */ trap_init()
105 _ramvec[vba+CPMVEC_PIO_PC4] = inthandler; /* pio - pc4 */ trap_init()
106 _ramvec[vba+CPMVEC_RESERVED2] = inthandler; /* reserved */ trap_init()
107 _ramvec[vba+CPMVEC_RISCTIMER] = inthandler; /* timer table */ trap_init()
108 _ramvec[vba+CPMVEC_TIMER2] = inthandler; /* timer 2 */ trap_init()
109 _ramvec[vba+CPMVEC_RESERVED3] = inthandler; /* reserved */ trap_init()
110 _ramvec[vba+CPMVEC_IDMA2] = inthandler; /* idma 2 */ trap_init()
111 _ramvec[vba+CPMVEC_IDMA1] = inthandler; /* idma 1 */ trap_init()
112 _ramvec[vba+CPMVEC_SDMA_CB_ERR] = inthandler; /* sdma channel bus error */ trap_init()
113 _ramvec[vba+CPMVEC_PIO_PC3] = inthandler; /* pio - pc3 */ trap_init()
114 _ramvec[vba+CPMVEC_PIO_PC2] = inthandler; /* pio - pc2 */ trap_init()
116 _ramvec[vba+CPMVEC_TIMER1] = inthandler; /* timer 1 */ trap_init()
117 _ramvec[vba+CPMVEC_PIO_PC1] = inthandler; /* pio - pc1 */ trap_init()
118 _ramvec[vba+CPMVEC_SCC4] = inthandler; /* scc 4 */ trap_init()
119 _ramvec[vba+CPMVEC_SCC3] = inthandler; /* scc 3 */ trap_init()
120 _ramvec[vba+CPMVEC_SCC2] = inthandler; /* scc 2 */ trap_init()
121 _ramvec[vba+CPMVEC_SCC1] = inthandler; /* scc 1 */ trap_init()
122 _ramvec[vba+CPMVEC_PIO_PC0] = inthandler; /* pio - pc0 */ trap_init()
H A Dentry.S33 .globl inthandler
126 inthandler: label
/linux-4.4.14/arch/m68k/coldfire/
H A Dvectors.c40 asmlinkage void inthandler(void);
57 _ramvec[i] = inthandler; trap_init()
59 _ramvec[i] = inthandler; trap_init()
H A Dentry.S56 .globl inthandler
165 ENTRY(inthandler)
/linux-4.4.14/arch/nios2/kernel/
H A Dhead.S82 movia r24, inthandler
H A Dentry.S135 ENTRY(inthandler)
/linux-4.4.14/arch/m68k/68000/
H A Dints.c62 asmlinkage irqreturn_t inthandler(void);
H A Dentry.S207 inthandler: label
/linux-4.4.14/arch/m68k/atari/
H A Dataints.c14 * call trap() instead of inthandler(). This must be changed here, too.

Completed in 138 milliseconds