Module gic

Module gic 

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