Expand description
ARM Generic Interrupt Controller (GIC).
Functionsยง
- handle_
irq - Handles the IRQ.
- init_
gicc - Initializes GICC (for all CPUs).
- init_
gicd - Initializes GICD (for the primary CPU only).
- register_
handler - Registers an IRQ handler for the given IRQ.
- set_
enable - Enables or disables the given IRQ.
- unregister_
handler - Unregisters the IRQ handler for the given IRQ.