Lines Matching full: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.
225 handle_level_irq provides a generic implementation for level-triggered
238 handle_fasteoi_irq provides a generic implementation for interrupts,
250 handle_edge_irq provides a generic implementation for edge-triggered
274 handle_simple_irq provides a generic implementation for simple
289 handle_percpu_irq provides a generic implementation for per CPU
329 King in the ARM interrupt implementation, does not mask an interrupt at
374 The original implementation __do_IRQ() was an alternative entry point
393 provides a configurable generic interrupt chip implementation.