Module irq

Source
Expand description

Interrupts.

Structsยง

HwCpuId ๐Ÿ”’
Hardware-specific, architecture-dependent CPU ID.
IrqRemapping ๐Ÿ”’

Constantsยง

IRQ_NUM_MAX ๐Ÿ”’
IRQ_NUM_MIN ๐Ÿ”’

Functionsยง

disable_local ๐Ÿ”’
enable_local ๐Ÿ”’
enable_local_and_halt ๐Ÿ”’
Enables local IRQs and halts the CPU to wait for interrupts.
is_local_enabled ๐Ÿ”’
send_ipi ๐Ÿ”’ โš 
Sends a general inter-processor interrupt (IPI) to the specified CPU.