Module context

Module context 

Source
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§

KernelContext
Kernel context for RISC-V 64-bit

Functions§

switch_to
Switch from current context to target context