Expand description
Kernel context switching for RISC-V 64-bit
This module implements kernel-level context switching between tasks. It handles saving and restoring callee-saved registers when switching between kernel threads.
Structs§
- Kernel
Context - Kernel context for RISC-V 64-bit
Functions§
- switch_
to ⚠ - Switch from current context to target context