Home
last modified time | relevance | path

Searched refs:__do_IRQ (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dgenericirq.rst38 Linux中中断处理的原始实现使用__do_IRQ()超级处理程序,它能够处理每种类型的
54 在SMP的__do_IRQ()超级处理程序中,还需定义一种类型:
79 为了使向新模型的过渡更容易,并防止破坏现有实现,__do_IRQ()超级处理程序仍然
342 __do_IRQ入口点
345 最初的实现__do_IRQ()是所有类型中断的替代入口点。它已经不存在了。
/openbmc/linux/arch/powerpc/include/asm/
H A Dirq.h52 void __do_IRQ(struct pt_regs *regs);
/openbmc/linux/arch/powerpc/kernel/
H A Dirq.c284 void __do_IRQ(struct pt_regs *regs) in __do_IRQ() function
305 __do_IRQ(regs); in DEFINE_INTERRUPT_HANDLER_ASYNC()
H A Dtime.c537 __do_IRQ(regs); in DEFINE_INTERRUPT_HANDLER_ASYNC()
/openbmc/linux/Documentation/core-api/
H A Dgenericirq.rst29 __do_IRQ() super-handler, which is able to deal with every type of
46 In the SMP world of the __do_IRQ() super-handler another type was
86 of existing implementations, the __do_IRQ() super-handler is still
371 __do_IRQ entry point
374 The original implementation __do_IRQ() was an alternative entry point