Expand description
RISC-V kernel context switching implementation
This module provides low-level context switching functionality for RISC-V, enabling kernel tasks to yield execution and resume later at the same point.
Functions§
- init_
kernel_ context - Initialize a kernel context for first-time execution
- switch_
to ⚠ - Switch from the current kernel context to the next kernel context