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§
- Pending
Ipis - Pending remote inter-processor calls.
Functions§
- inter_
processor_ call - Executes a function on other processors.