Lines Matching full:handler
29 __do_IRQ() super-handler, which is able to deal with every type of
33 a quite universal set for the ARM interrupt handler implementation in
46 In the SMP world of the __do_IRQ() super-handler another type was
58 the flow control in the super-handler. This leads to a mix of flow logic
74 Each interrupt descriptor is assigned its own high-level flow handler,
76 flow handler implementation also makes it simple to provide
86 of existing implementations, the __do_IRQ() super-handler is still
219 Default flow handler implementations
222 Default Level IRQ flow handler
235 Default Fast EOI IRQ flow handler
239 which only need an EOI at the end of the handler.
247 Default Edge IRQ flow handler
271 Default simple IRQ flow handler
279 The simple flow handler does not call any handler/chip primitives.
286 Default per CPU flow handler
292 Per CPU interrupts are only available on SMP and the handler provides a
304 EOI Edge IRQ flow handler
307 handle_edge_eoi_irq provides an abnomination of the edge handler
311 Bad IRQ flow handler
315 handler assigned..
323 overriding the high-level irq-flow handler.
331 enabled and is masked in the flow handler when an interrupt event
369 handler(s) to use these basic units of low-level functionality.
377 This handler turned out to be not suitable for all interrupt hardware