Expand description
ARM Generic Interrupt Controller (GIC).
Functionsยง
- handle_
irq - Handles the IRQ.
- init_
gic - Initializes GIC
- init_
gicc - Initializes GICC (for all CPUs).
- register_
handler - Registers an IRQ handler for the given IRQ.
- send_
ipi - Sends an inter-processor interrupt (IPI) to the specified target CPU or all CPUs.
- set_
enable - Enables or disables the given IRQ.
- unregister_
handler - Unregisters the IRQ handler for the given IRQ.