Module kernel::sbi

source ·
Expand description

The sbi module contains functions that invokes the RISC-V interface. SBI is an interface between the Supervisor Execution Environment and the supervisor. It allows the supervisor to execute some privileged operations with the ecall instruction. For more details, please refer to the RISC-V SBI Specification.

Constants

Functions