Module sbi::base[][src]

Expand description

The base extension contains all the required functions that any conforming SBI implementation must implement. It permits the supervisor to probe for information about the implementation.

Structs

A unique identifier for an implementation.

A unique identifier for an machine vendor (mvendorid).

Denotes the version of the SBI specification that an implementation conforms to.

Enums

Denotes availability of an extension.

Functions

Retrieve an identifier unique to the implementation.

Retrieve the version of the implementation.

Retrieve an identifier unique to the machine architecture.

Retrieve an identifier unique to the machine implementation.

Retrieve an identifier unique to the machine vendor.

Retrieve the availability of a given extension by its ID.

Retrieve the version of the SBI specification the implementation conforms to.