Searched refs:__do_IRQ (Results 1 – 5 of 5) sorted by relevance
38 Linux中中断处理的原始实现使用__do_IRQ()超级处理程序,它能够处理每种类型的54 在SMP的__do_IRQ()超级处理程序中,还需定义一种类型:79 为了使向新模型的过渡更容易,并防止破坏现有实现,__do_IRQ()超级处理程序仍然342 __do_IRQ入口点345 最初的实现__do_IRQ()是所有类型中断的替代入口点。它已经不存在了。
55 void __do_IRQ(struct pt_regs *regs);
276 void __do_IRQ(struct pt_regs *regs) in __do_IRQ() function297 __do_IRQ(regs); in DEFINE_INTERRUPT_HANDLER_ASYNC()
555 __do_IRQ(regs); in DEFINE_INTERRUPT_HANDLER_ASYNC()
29 __do_IRQ() super-handler, which is able to deal with every type of46 In the SMP world of the __do_IRQ() super-handler another type was86 of existing implementations, the __do_IRQ() super-handler is still371 __do_IRQ entry point374 The original implementation __do_IRQ() was an alternative entry point