Module gic

Source
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.