Lines Matching refs:implementation
28 The original implementation of interrupt handling in Linux uses the
33 a quite universal set for the ARM interrupt handler implementation in
42 During the implementation we identified another type:
51 This split implementation of high-level IRQ handlers allows us to
56 The original general IRQ implementation used hw_interrupt_type
76 flow handler implementation also makes it simple to provide
82 IRQ-flow implementation for 'level type' interrupts and add a
83 (sub)architecture specific 'edge type' implementation.
223 handle_level_irq provides a generic implementation for level-triggered
236 handle_fasteoi_irq provides a generic implementation for interrupts,
248 handle_edge_irq provides a generic implementation for edge-triggered
272 handle_simple_irq provides a generic implementation for simple
287 handle_percpu_irq provides a generic implementation for per CPU
327 King in the ARM interrupt implementation, does not mask an interrupt at
372 The original implementation :c:func:`__do_IRQ` was an alternative entry point
391 provides a configurable generic interrupt chip implementation.