Module irq

Source
Expand description

Interrupt management.

Enums§

IpiTarget
Target specification for inter-processor interrupts (IPIs).

Constants§

IPI_IRQ
IPI interrupt num

Functions§

handle
Handles the IRQ.
irq_handler
IRQ handler.
register
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
Unregisters the IRQ handler for the given IRQ.