Lines Matching refs:vector
99 tf->vector, tf->errcode);
149 intStats[tf->vector]++;
152 if (tf->vector == T_NMI) {
154 kprintf("Kernel Fault: Vector %d\n", tf->vector);
164 if (tf->vector == T_BP || tf->vector == T_DE) {
170 if ((tf->vector == T_PF) &&
179 if ((tf->vector == T_PF) &&
188 if (tf->vector <= T_CPU_LAST)
191 kprintf("Kernel Fault: Vector %d\n", tf->vector);
200 switch (tf->vector)
226 if (tf->vector >= T_IRQ_BASE && tf->vector <= T_IRQ_MAX)
229 IRQ_Handler(tf->vector - T_IRQ_BASE);
230 if (tf->vector == T_IRQ_TIMER) {
239 if (tf->vector == T_DEBUGIPI) {
245 if (tf->vector == T_CROSSCALL)
253 if (tf->vector == T_IRQ_SPURIOUS)
258 if (tf->vector == T_IRQ_ERROR)
264 if (tf->vector == T_IRQ_THERMAL)
271 kprintf("Unhandled Interrupt 0x%x!\n", tf->vector);