Skip to main content

Module smp

Module smp 

Source
Expand description

Symmetric Multi-Processing (SMP) support.

This module provides a way to execute code on other processors via inter- processor interrupts.

Callers issue work with inter_processor_call. Remote calls are queued for interrupt-context execution and return a PendingIpis handle that can be waited on when the caller needs completion.

Structs§

PendingIpis
Pending remote inter-processor calls.

Functions§

inter_processor_call
Executes a function on other processors.